diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-29 12:12:19 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-29 12:12:19 -0700 |
commit | ddbee39ed0d28909036206e4a820541a202a5973 (patch) | |
tree | 0b95a00e7e590f20a736347e4729f69f950c555a /src/about.php | |
parent | 09fcb1b82d8fef96769dc416aa817e54f95c728c (diff) |
-m
Diffstat (limited to 'src/about.php')
-rw-r--r-- | src/about.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.php b/src/about.php index 938598a..49fc1be 100644 --- a/src/about.php +++ b/src/about.php @@ -8,7 +8,7 @@ This site is hosted on a vultr VPS. It serves content through an apache webserve I use PHP for templating, CSS for styling, and no JavaScript at all. The server supports HTTPS using Let's Encrypt. If you're curious about anything here, you can email me at kai@kaistevenson.com. </p> -<p>This site is a member of the <a href="https://nullring.xyz">Null Webring</a>.</p> +<p>This site is a member of the <a href="https://nullring.xyz">Null Webring</a>, which I helped to create.</p> <div style="width: 100%; text-align: center;"> <pre class="ascii" style="display: inline-block; text-align: left;"> ,▄▓▄, @@ -38,5 +38,5 @@ If you're curious about anything here, you can email me at kai@kaistevenson.com. ╙ </pre> </div> -<h3 class="nav"><a>[Last site]</a> | <a href="https://www.nullring.xyz">[Nullring]</a> | <a>[Next site]</a></h3> +<h3 class="nav"><a href="https://prestonpan.tech">[Last site]</a> | <a href="https://www.nullring.xyz">[Nullring]</a> | <a href="https://society.nullring.xyz">[Next site]</a></h3> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |