summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-10 01:27:25 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-10 01:27:25 -0700
commit2030e9f66dfed73395fbae1d1a4107330fc7ab1b (patch)
tree5c9950ae9455192f2b77f137beda3d75e805ff8e /index.php
parent0034f56612e64b411e8b0c6525d365df2266a914 (diff)
improved updatesite script
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 1a3e3fa..bbb703b 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
think of.
I'm a social sciences student at UVic, though I'm also passionate about technology. I also have another
website at
- kaistevenson.com, if you don't like static-ish sites :(. You can email me at kai@kaistevenson.com.
+ kaistevenson.com, if you don't like this one :(. You can email me at kai@kaistevenson.com.
</p>
<ul>
<li>
@@ -27,4 +27,4 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
<h3><a href="etc/">Etc../</a> /* Everything else */</h3>
</li>
</ul>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> \ No newline at end of file
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>