diff options
Diffstat (limited to 'writing/index.php')
-rw-r--r-- | writing/index.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/writing/index.php b/writing/index.php deleted file mode 100644 index 08184d3..0000000 --- a/writing/index.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php
-$title = "Writing";
-require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
-?>
-<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>
- <h3><a href="cryptography.php">Cryptography</a> /* Keep yourself safe */</h3>
- </li>
-</ul>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
\ No newline at end of file |