diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/index.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/index.html b/etc/index.html index fc0d88d..fd6e3c1 100644 --- a/etc/index.html +++ b/etc/index.html @@ -2,12 +2,11 @@ <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>Etc | <a class="backbutton" href="../">[Back]</a></h1>
- <p>There's nothing here.
- </p>
- </div>
+ <div class="contentpane">
+ <h1>Etc | <a class="backbutton" href="../">[Back]</a></h1>
+ <p>There's nothing here.
+ </p>
</div>
-</body>
+</body>
\ No newline at end of file |