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