diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-31 12:16:19 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-31 12:16:19 -0700 |
commit | d60270576d5bdd7e399f9f0b52d1093118cbfe34 (patch) | |
tree | 042ebd10630bbb327509f940102003f4f7d67b1a /src | |
parent | ddbee39ed0d28909036206e4a820541a202a5973 (diff) |
small tweaks to text
Diffstat (limited to 'src')
-rw-r--r-- | src/writing/index.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/writing/index.php b/src/writing/index.php index 894f123..fb0b25d 100644 --- a/src/writing/index.php +++ b/src/writing/index.php @@ -4,16 +4,15 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- This is the index page for my writing. Obviously, if you follow the links below, you can read things I've
- written.
- Whether or not you want to do that is up to you.
+ This is the index page for my writing. Each link leads to a different thing that I've written!
+ Some of these were written for assignments, and some just because I felt like it.
</p>
<ul>
<li>
- <h3><a href="cryptography.php">Cryptography</a> /* Keep yourself safe */</h3>
+ <h3><a href="cryptography.php">Cryptography</a> /* Keep your secrets */</h3>
</li>
<li>
- <h3><a href="moralrealism.php">Moral realism</a> /* (It's not real) */</h3>
+ <h3><a href="moralrealism.php">Moral realism</a> /* Murder is fine, actualy */</h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|