diff options
-rw-r--r-- | src/music/index.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/music/index.php b/src/music/index.php index 562ec96..735a2b2 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -34,7 +34,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); </p> <ul> <li> - <h3><a href="angelfish.wav">Angelfish</a></h3> + <h3><a href="angelfish.wav">Angelfish - Anne Gaudet</a></h3> </li> <li> <h3><a href="101622.wav">10/16/22 - #</a></h3> @@ -43,7 +43,10 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <h3><a href="101722.mp3">10/17/22 - #</a></h3> </li> <li> - <h3><a href="creep.mp3">Creep</a></h3> + <h3><a href="creep.mp3">Creep - Radiohead</a></h3> + </li> + <li> + <h3><a href="mind_independent.mp3">Mind Independent - Kai Stevenson #</a></h3> </li> <li> <h3><a href="12322.mp3">12/3/22 - #</a></h3> |