summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-29 12:12:19 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-29 12:12:19 -0700
commitddbee39ed0d28909036206e4a820541a202a5973 (patch)
tree0b95a00e7e590f20a736347e4729f69f950c555a /src
parent09fcb1b82d8fef96769dc416aa817e54f95c728c (diff)
-m
Diffstat (limited to 'src')
-rw-r--r--src/about.php4
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"); ?>