summaryrefslogtreecommitdiff
path: root/etc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'etc/index.html')
-rw-r--r--etc/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/index.html b/etc/index.html
new file mode 100644
index 0000000..e30729c
--- /dev/null
+++ b/etc/index.html
@@ -0,0 +1,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>