summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-18 16:30:58 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-18 16:30:58 -0800
commit5b67af7d88780828cfc41a8fd96ce8fa8f9388a3 (patch)
treeca224634226d2ec8daa76629b360dab884cf6fac /src/index.php
parent2b0e67ae81f1dd15684c668e4746586779f0d1d5 (diff)
updated homepage and programming page
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.php b/src/index.php
index 64ba33b..b95e3f2 100644
--- a/src/index.php
+++ b/src/index.php
@@ -1,10 +1,10 @@
<?php
-$title = "Hello, I'm Kai!";
+$title = "aberrantflux.xyz";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- This is my personal Web site for things that I like, such as programming, music, philosophy, and photography.
+ I'm Kai Stevenson, and this is my personal Web site for things that I like, such as programming, music, philosophy, and photography.
I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork.
You can email me at kai@kaistevenson.com.
</p>