diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-11-16 12:49:29 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-11-16 12:49:29 -0800 |
commit | 52aff64b7ff5885d114c9de67043c4b95084f59b (patch) | |
tree | b32a9d47625ac8ec3c9fb61c80dee0c9209175bc | |
parent | 94d1ed468060f68d0987de04bd84d53565852401 (diff) |
changed home page text slightly
-rw-r--r-- | src/index.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/index.php b/src/index.php index 195613c..64ba33b 100644 --- a/src/index.php +++ b/src/index.php @@ -4,11 +4,9 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?> <p> - This is my Web site for cool things, like my programming, music, writing, photography, and anything else I - think of. - I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork. I also have another - website you can visit at - kaistevenson.com, if you don't like this one and want to hurt my feelings. You can email me at kai@kaistevenson.com. + 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> <ul> <li> |