blob: 6ab0a152a497f9280658b41dcf2f64d93c8f084e (
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
|
<!doctype html>
<html lang="en">
<head>
<title>Mark's Kitchen</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<h1>
<a class="navigation" href="/" title="marks.kitchen"><</a>
Miscellany
</h1>
<div>
<a href="projects" class="btn btn-primary">Projects</a>
</div>
<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>
|