diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-02-23 00:21:28 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-02-23 00:21:28 -0800 |
commit | dfed378228447a9c798d8bfd0f4c058acda4c78c (patch) | |
tree | 18ae415475fe9ff59311aa38e769c0b0d621edab /src/writing/index.php | |
parent | cdfa84e6b337a9964f2918210b65670061061410 (diff) |
replaced spaces with tabs and fixed the music page
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"); ?>
|