diff options
-rw-r--r-- | src/music/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/music/index.php b/src/music/index.php index 0745258..40301f2 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -28,5 +28,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <li> <h3><a href="101722.mp3">10/17/22 - #</a></h3> </li> + <li> + <h3><a href="creep.mp3">Creep</a></h3> + </li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |