blob: e3a403d36833353a524fa126e43a8cd830640d55 (
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
37
38
39
40
41
42
43
44
45
46
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>~/journal</title>
%include partials/meta.html
</head>
<body>
<header>
%include partials/nav.html
<h1>The lost journal</h1>
</header>
<article class="post" id="post:1">
<h2 class="title" >Blogpost</h2>
<div class="info">
<time datetime="2014-08-22T09:50:23Z">2014-08-22 09:50 UTC</time>
</div>
<p>Developers developers developers developers developers developers
developers developers developers developers developers DEVELOPERS open
source microsoft excel. Leadership i have never honestly thrown a chair
in my life open source i don't know what a monopoly is no i do not have
an ipod most people steal music windows phone linux is a cancer. Open
source DEVELOPERS most people steal music leadership. Innovation
outlook vista windows open source bing. DEVELOPERS developers
developers developers developers developers developers developers
developers developers developers developers winning Zune programming
open source vista linux is not in the public domain innovation.</p>
</article>
<article class="post" id="post:2">
<h2 class="title" >jellefant</h2>
<div class="info">
<time datetime="2014-10-06T20:44:08Z">2014-10-06 20:44 UTC</time>
</div>
<p>I don't actually have anything at all to write here. So why am I even making this? Who the hell knows?!</p>
<p>Jelle is a jellefant ❤</p>
</article>
%include partials/footer.html
</body>
</html>
|