blob: f4a6ac551bf46e59ac3f21db21d12e8fb6f6e960 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>
|