summaryrefslogtreecommitdiff
path: root/etc/index.html
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-08 16:42:51 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-08 16:42:51 -0700
commit7c402bbaacfa6acd2d4a2184975ec83f5edde329 (patch)
treefa3f4ae42652b50af29a5668a24b2fcf59759477 /etc/index.html
parentb04d7db80ce56b19d11cac5fa73b857fee405afa (diff)
removed background div
Diffstat (limited to 'etc/index.html')
-rw-r--r--etc/index.html13
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