blob: 96a7fcbe7f5b80b2dbdbdd74dff4612253d05a8b (
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>
<title>Mark's Kitchen</title>
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<meta name="description" content="Miscellanious pages">
{{> header}}
</head>
<body>
<h1>
<a class="navigation" href="/" title="marks.kitchen"><</a>
Miscellany
</h1>
{{> navigation}}
<div>
<a href="chess" class="btn btn-primary">Chess</a>
</div>
<div>
<a href="word-square" class="btn btn-primary">Word Play</a>
</nav>
</body>
</html>
|