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 /writing/index.html | |
parent | b04d7db80ce56b19d11cac5fa73b857fee405afa (diff) |
removed background div
Diffstat (limited to 'writing/index.html')
-rw-r--r-- | writing/index.html | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/writing/index.html b/writing/index.html index 766599a..6ee4ec9 100644 --- a/writing/index.html +++ b/writing/index.html @@ -2,17 +2,18 @@ <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>Writing | <a class="backbutton" href="../">[Back]</a></h1>
- <p>This is the index page for my writing. Obviously, if you follow the links below, you can read things I've written.
- Whether or not you want to do that is up to you.
- </p>
- <ul>
- <li><h2><a href="cryptography.html">Cryptography</a> /* Keep yourself safe */</h2></li>
- </ul>
- <br>
- </div>
+ <div class="contentpane">
+ <h1>Writing | <a class="backbutton" href="../">[Back]</a></h1>
+ <p>This is the index page for my writing. Obviously, if you follow the links below, you can read things I've
+ written.
+ Whether or not you want to do that is up to you.
+ </p>
+ <ul>
+ <li>
+ <h2><a href="cryptography.html">Cryptography</a> /* Keep yourself safe */</h2>
+ </li>
+ </ul>
</div>
</body>
\ No newline at end of file |