summaryrefslogtreecommitdiff
path: root/writing/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 /writing/index.php
parent186e9555d0a9fa1910b5db306f2b62674b45acea (diff)
added nav bar
Diffstat (limited to 'writing/index.php')
-rw-r--r--writing/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/writing/index.php b/writing/index.php
index 7f6e165..08184d3 100644
--- a/writing/index.php
+++ b/writing/index.php
@@ -10,7 +10,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
</p>
<ul>
<li>
- <h2><a href="cryptography.php">Cryptography</a> /* Keep yourself safe */</h2>
+ <h3><a href="cryptography.php">Cryptography</a> /* Keep yourself safe */</h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> \ No newline at end of file