aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html.hbs
blob: 6057f690936319bad63903b70871cc5ca213b561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<style>
    * {
        font-family: cursive;
    }
</style>

<title>chan</title>

<center>
<nav>
    <p>chan</a> |
    <a href="/">index</a> |
    <a href="/post">post</a> |
    <a href="/threads">threads</a>
</nav>
<br>