summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-11-04 13:52:02 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-11-04 13:52:02 -0700
commitbc16544e7f51e545367874459be359cb6f18c5ee (patch)
tree339b3aeea13191431d0767d13719a5207cd65745
parentd60270576d5bdd7e399f9f0b52d1093118cbfe34 (diff)
-m
-rw-r--r--src/writing/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/writing/index.php b/src/writing/index.php
index fb0b25d..d94d5d1 100644
--- a/src/writing/index.php
+++ b/src/writing/index.php
@@ -9,10 +9,10 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
</p>
<ul>
<li>
- <h3><a href="cryptography.php">Cryptography</a> /* Keep your secrets */</h3>
+ <h3><a href="cryptography.php">Cryptography</a> /* Because secret messages are cool */</h3>
</li>
<li>
- <h3><a href="moralrealism.php">Moral realism</a> /* Murder is fine, actualy */</h3>
+ <h3><a href="moralrealism.php">Moral realism</a> /* Because people make a big deal out of murder */</h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>