summaryrefslogtreecommitdiff
path: root/index.html
blob: 6f4f027e2610edbe03abff7ffc6802780871e6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<head>
    <title>jaerri!</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
    <h2>jaerri.top</h2>
    <nav>
        <a href="/">Home</a>
        <a href="/posts">Posts (soon!)</a>
        <a href="https://git.jaerri.top/">Git (testing!)</a>
    </nav>
    <p>under construction!</p>
    <a href="hello.php">hello world</a>
</body>