summaryrefslogtreecommitdiff
path: root/public/things_i_like/index.html
blob: b719fdb8f7d885b815f6c35bd3e325049920bb69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>

<html lang="en">

<head>
    <title>
        Things I Like - soaos
    </title>
</head>

<body>
    <a href="/">Go Home</a>
    <h1>Things I Like</h1>
    <h2>Categories</h2>
    <ul>
        <li>
            <a href="music/">Music</a>
        </li>
    </ul>
</body>

</html>