blob: 65ec807557467cff5f28ed484f41254428899d97 (
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
47
48
49
50
51
52
53
54
55
56
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>~/journal</title>
%include partials/meta.html
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<header>
%include partials/nav.html
<h1>The lost journal</h1>
</header>
<article itemscope itemtype="http://schema.org/Article"
class="post" id="post:1">
<h2 itemprop="name" class="title">Blogpost</h2>
<div class="info">
Published on <time itemprop="datePublished" datetime="2014-08-22T09:50:23Z">2014-08-22 09:50 UTC</time>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
by <a itemprop="name" rel="author" href="about.html">Johannes Löthberg</a>
</span>
</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 itemscope itemtype="http://schema.org/Article"
class="post" id="post:2">
<h2 itemprop="name" class="title">jellefant</h2>
<div class="info">
Published on <time itemprop="datePublished" datetime="2014-10-10T09:50:23Z">2014-10-10 09:50 UTC</time>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
by <a itemprop="name" rel="author" href="about.html">Johannes Löthberg</a>
</span>
</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>
<p>And of course dagle is a hugosaur ❤</p>
</article>
%include partials/footer.html
</body>
</html>
|