diff options
Diffstat (limited to 'src/writing/index.php')
-rw-r--r-- | src/writing/index.php | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/writing/index.php b/src/writing/index.php index d94d5d1..c8fa4f6 100644 --- a/src/writing/index.php +++ b/src/writing/index.php @@ -4,15 +4,11 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- 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.
+ 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> /* Because secret messages are cool */</h3>
- </li>
- <li>
- <h3><a href="moralrealism.php">Moral realism</a> /* Because people make a big deal out of murder */</h3>
- </li>
+ <li><h3><a href="cryptography.php">Cryptography</a> /* Because secret messages are cool */</h3></li>
+ <li><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"); ?>
|