summaryrefslogtreecommitdiff
path: root/etc/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-08 19:28:22 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-08 19:28:22 -0700
commit70db1683cf649049f9614515ac63219198dab899 (patch)
tree3ef727711cdf10d9a2980428a168128cd9c04093 /etc/index.php
parent186e9555d0a9fa1910b5db306f2b62674b45acea (diff)
added nav bar
Diffstat (limited to 'etc/index.php')
-rw-r--r--etc/index.php2
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");
?>