diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:42:51 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:42:51 -0700 |
commit | 7c402bbaacfa6acd2d4a2184975ec83f5edde329 (patch) | |
tree | fa3f4ae42652b50af29a5668a24b2fcf59759477 /etc/index.html | |
parent | b04d7db80ce56b19d11cac5fa73b857fee405afa (diff) |
removed background div
Diffstat (limited to 'etc/index.html')
-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 |