diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 19:28:22 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 19:28:22 -0700 |
commit | 70db1683cf649049f9614515ac63219198dab899 (patch) | |
tree | 3ef727711cdf10d9a2980428a168128cd9c04093 /etc/index.php | |
parent | 186e9555d0a9fa1910b5db306f2b62674b45acea (diff) |
added nav bar
Diffstat (limited to 'etc/index.php')
-rw-r--r-- | etc/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/index.php b/etc/index.php index 2e0b8ef..6f2a6d0 100644 --- a/etc/index.php +++ b/etc/index.php @@ -1,5 +1,5 @@ <?php
-$title = "Etc";
+$title = "Et cetera";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
|