aboutsummaryrefslogtreecommitdiff
path: root/src/templates/misc.html
blob: ee641d14ed90b1cbd448c935714e0a4e06154131 (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
<!doctype html>
<html lang="en">

<head>
    <title>Mark's Kitchen</title>
    <link rel="stylesheet" type="text/css" href="/css/styles.css">
    {{> header}}
</head>

<body>
    
    <h1>
        <a class="navigation" href="/" title="marks.kitchen">&lt;</a>
        Miscellany
    </h1>
    {{> navigation}}
    <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>