diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 18:46:02 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 18:46:02 -0700 |
commit | 186e9555d0a9fa1910b5db306f2b62674b45acea (patch) | |
tree | fc3bf981288699652084b94b082735b9849bf2e9 /index.php | |
parent | 7cdaa8b30fcd8ab333d11719dc4b280b28347a71 (diff) |
applied PHP template to all pages, fixed some things
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ $title = "Hello, I'm Kai!"; 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 +<p> + This is my Web site for cool things, like my programming, music, writing, photography, and anything else I think of. I'm a social sciences student at UVic, though I'm also passionate about technology. I also have another website at |