diff options
Diffstat (limited to 'writing/index.html')
-rw-r--r-- | writing/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/writing/index.html b/writing/index.html deleted file mode 100644 index 6ee4ec9..0000000 --- a/writing/index.html +++ /dev/null @@ -1,19 +0,0 @@ -<head>
- <link rel="stylesheet" href="/style.css">
- <link rel="icon" type="image/x-icon" href="/favicon.ico">
-</head>
-
-<body>
- <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 |