diff options
Diffstat (limited to 'src/index.php')
-rw-r--r-- | src/index.php | 4 |
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> |