summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 17:02:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 17:02:44 +0200
commitfc4ae5a46c25d485757a9ca6e0c6e67008a6914b (patch)
treeda251502bcde458f1fa34d0dedcbf279002de462 /src
parent1f1ece8634df80a52ddcbfb1881e0ac30822e444 (diff)
downloadwebsite-fc4ae5a46c25d485757a9ca6e0c6e67008a6914b.tar.xz
add initial index.html
Diffstat (limited to 'src')
-rw-r--r--src/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..a848742
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>~kyrias/</title>
+%include partials/meta.html
+</head>
+<body itemscope itemtype="http://schema.org/WebPage">
+ <header>
+%include partials/nav.html
+ <h1>~kyrias/</h1>
+ </header>
+
+ <article id="about" class="botborder">
+ <p>
+ Hello there, welcome to my empty corner of the Internet. There isn't really anything up here yet, and there likely never will be either for that matter, but feel free to check out my <a href="journal.html">journal</a> where I guess I’m supposed to actually write entries, and my <a href="about.html">about</a> page if you for some reason want to read more about me.
+ </p>
+
+ <p id="last-upd">Last updated <time itemprop="dateModified" datetime="2014-10-10">2014-10-10</time></p>
+ <p id="author"><a rel="author" href="about.html">Johannes Löthberg</a></p>
+
+ </article>
+
+%include partials/footer.html
+</body>
+</html>