summaryrefslogtreecommitdiffstats
path: root/blog.html
blob: d222094ac5a599685abbc9624e74b8f63f097a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<!--# include file="partials/head.html" -->
<title>~/blog/</title>
<link href="main.css" rel="stylesheet">
</head>

<body>
<!--# include file="partials/header.html" -->
<div class="content">
	<section id="blog">
		<h2>Blog</h2>
		<p>These are not the droids you are looking for.</p>
	</section>
</div>
<!--# include file="partials/footer.html" -->
</body>
</html>