summaryrefslogtreecommitdiffstats
path: root/src/index.html
blob: a848742516d37a9780e8f4ec2dbd94b98b8106f0 (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
<!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>