diff options
Diffstat (limited to 'etc/index.php')
-rw-r--r-- | etc/index.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/index.php b/etc/index.php new file mode 100644 index 0000000..fd6e3c1 --- /dev/null +++ b/etc/index.php @@ -0,0 +1,12 @@ +<head>
+ <link rel="stylesheet" href="/style.css">
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
+</head>
+
+<body>
+ <div class="contentpane">
+ <h1>Etc | <a class="backbutton" href="../">[Back]</a></h1>
+ <p>There's nothing here.
+ </p>
+ </div>
+</body>
\ No newline at end of file |