summaryrefslogtreecommitdiff
path: root/programming/index.html
blob: ec7f51a0543967994e7268d24b5e1ee1a0b4e659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
    <link rel="stylesheet" href="/style.css">
    <link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
    <div class="background">
        <div class="contentpane">
            <h1>Programming | <a class="backbutton" href="../">[Back]</a></h1>
            <p>There's nothing here, yet, but some things I have programmed are available on github.com/kaistevenson.
            </p>
        </div>
    </div>
</body>