diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-27 13:44:18 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-27 13:44:18 -0700 |
commit | 04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (patch) | |
tree | 260c0164db9dec7037f6dc6decbfe42a9ff15527 | |
parent | f496a6bcc09d2a67fdf6593a4d3866fa3421d525 (diff) |
added some links to the homepage
-rw-r--r-- | index.php | 6 | ||||
-rwxr-xr-x | updatesite (renamed from updatesite.command) | 0 |
2 files changed, 5 insertions, 1 deletions
@@ -7,7 +7,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); 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 at + 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> @@ -27,4 +27,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <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"); ?> diff --git a/updatesite.command b/updatesite index dde0a14..dde0a14 100755 --- a/updatesite.command +++ b/updatesite |