diff options
Diffstat (limited to 'static/windex.html')
| -rw-r--r-- | static/windex.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/static/windex.html b/static/windex.html deleted file mode 100644 index f4a6ac5..0000000 --- a/static/windex.html +++ /dev/null @@ -1,36 +0,0 @@ -<!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> - |