summaryrefslogtreecommitdiff
path: root/rawdog/page.template
blob: 4c0528bf5b08fca334049b67602b166aae844614 (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
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Blog</title>
		<link rel="stylesheet" href="/style/main.css" type="text/css" />
		<meta name="robots" content="noindex,nofollow,noarchive">
		__refresh__
	</head>
	<body>
		<header>
			<h1>Blog</h1>
			<nav>
				<ul>
					<li><a href="/">Home</a></li>
					<li><a href="/projects">Projects</a></li>
					<li class="selected"><a href="/blog">Blog</a></li>
					<li><a href="/privacy">Privacy</a></li>
					<li><a href="/contact">Contact</a></li>
				</ul>
			</nav>
		</header>
		<main>
			<section class="items">__items__</section>
			<section class="feeds">
				<h2>Feeds</h2>
				__feeds__
			</section>
		</main>
		<footer>
			<p id="aboutrawdog">Generated by <a href="http://offog.org/code/rawdog.html">rawdog</a> version
				__version__</p>
		</footer>
	</body>
</html>