diff options
Diffstat (limited to 'static/windex.html')
| -rw-r--r-- | static/windex.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/static/windex.html b/static/windex.html new file mode 100644 index 0000000..f4a6ac5 --- /dev/null +++ b/static/windex.html @@ -0,0 +1,36 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta name="description" content="A social network."> + + <title>✨ dasein ✨</title> + + <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' > + <link href="/css/app.css" rel="stylesheet"> + + </head> + <body> + <div id="dasein"> + <header class="dasein-header"> + <a href="/">Dasein</a> + </header> + <section class="dasein-login"> + <h1>Login.</h1> + </section> + <section class="dasein-stream"> + <h1>@rbdr</h1> + <article class="dasein-post"> + <aside> + <img + src="https://pbs.twimg.com/profile_images/795825767649132544/tHHYHC3-_mini.jpg" + alt="Avatar for @rbdr"> + <a href="/@rbdr">@rbdr</a> on <time datetime="2016-12-17T18:16">2016-12-17 18:16</time> + </aside> + <div>Hi, this is a test. 💸</div> + </article> + </section> + </div> + </body> +</html> + |