summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/music/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/music/index.php b/src/music/index.php
index e3c8cce..562ec96 100644
--- a/src/music/index.php
+++ b/src/music/index.php
@@ -45,5 +45,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
<li>
<h3><a href="creep.mp3">Creep</a></h3>
</li>
+ <li>
+ <h3><a href="12322.mp3">12/3/22 - #</a></h3>
+ </li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>