diff options
Diffstat (limited to 'src/index.php')
-rw-r--r-- | src/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.php b/src/index.php index 7adc7eb..4e37ec8 100644 --- a/src/index.php +++ b/src/index.php @@ -5,8 +5,9 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?> <p> 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. + Whereas I've done some cool things and whereas people sometimes like looking at cool things, you may want + to follow one of the links below. </p> <ul> <li> @@ -36,5 +37,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <li><p>I was born in 2004, making me ($CURRENTYEAR-2004) years old!</p></li> <li><p>My favourite movie is the 1939 propaganda piece <i>Ninotchka</i></p></li> <li><p>I live in the Pacific Northwest, south of the 49th and north of the border</p></li> + <li><p>I was at home minding my own business on the night of January 16th 2020. Please stop asking</p></li> + <li><p>I have a cat and a dog</p></li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |