summaryrefslogtreecommitdiff
path: root/writing/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
commit09feefc9f04b38420a198b6f69895b242832ad30 (patch)
treef4901d6c67ecfed074ca5a0028a9a7964ac7a70a /writing/index.php
parent04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (diff)
changed the file structure
Diffstat (limited to 'writing/index.php')
-rw-r--r--writing/index.php16
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