summaryrefslogtreecommitdiff
path: root/etc/index.html
blob: e30729c315418bc853614ec03769b2d22cb10e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
    <link rel="stylesheet" href="../style.css">
</head>
<body>
    <div class="background">
        <div class="contentpane">
            <h1>Etc | <a class="backbutton" href="../index.html">[Back]</a></h1>
            <p>There's nothing here.
            </p>
        </div>
    </div>
</body>