summaryrefslogtreecommitdiff
path: root/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 /index.php
parent04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (diff)
changed the file structure
Diffstat (limited to 'index.php')
-rw-r--r--index.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/index.php b/index.php
deleted file mode 100644
index 88a61f8..0000000
--- a/index.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-$title = "Hello, I'm Kai!";
-require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
-?>
-<p>
- This is my Web site for cool things, like my programming, music, writing, photography, and anything else I
- think of.
- I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork. I also have another
- website you can visit at
- kaistevenson.com, if you don't like this one and want to hurt my feelings. You can email me at kai@kaistevenson.com.
-</p>
-<ul>
- <li>
- <h3><a href="writing/">~/doc/</a> /* My writing and notes */</h3>
- </li>
- <li>
- <h3><a href="programming/">~/src/</a> /* My programming */</h3>
- </li>
- <li>
- <h3><a href="music/">~/music/</a> /* My music */</h3>
- </li>
- <li>
- <h3><a href="photography/">~/pic/</a> /* My photography */</h3>
- </li>
- <li>
- <h3><a href="etc/">~/misc/</a> /* Other stuff */</h3>
- </li>
-</ul>
-<p>
- This site is part of the Null Webring. Take a look at the <a href="about.php/">about page</a> if you want to learn more about that. If you just want
- to explore the ring, you can take a look at the <a href="https://nullring.xyz">homepage</a>.
-</p>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>