]> git.r.bdr.sh - rbdr/dasein/blob - static/windex.html
Add Login (#2)
[rbdr/dasein] / static / windex.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="description" content="A social network.">
6
7 <title>✨ dasein ✨</title>
8
9 <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' >
10 <link href="/css/app.css" rel="stylesheet">
11
12 </head>
13 <body>
14 <div id="dasein">
15 <header class="dasein-header">
16 <a href="/">Dasein</a>
17 </header>
18 <section class="dasein-login">
19 <h1>Login.</h1>
20 </section>
21 <section class="dasein-stream">
22 <h1>@rbdr</h1>
23 <article class="dasein-post">
24 <aside>
25 <img
26 src="https://pbs.twimg.com/profile_images/795825767649132544/tHHYHC3-_mini.jpg"
27 alt="Avatar for @rbdr">
28 <a href="/@rbdr">@rbdr</a> on <time datetime="2016-12-17T18:16">2016-12-17 18:16</time>
29 </aside>
30 <div>Hi, this is a test. 💸</div>
31 </article>
32 </section>
33 </div>
34 </body>
35 </html>
36