diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-17 12:53:32 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-17 12:53:32 -0700 |
commit | 915c340ce6e1d96cbb21a6f5bc9914c329539fa4 (patch) | |
tree | 82b592b611beae4731972f34a6217f1882c328f7 /music/index.php | |
parent | 0df9c8e78e4f5362cb1b9c6564e8317744976183 (diff) |
fixed a file name, linked in new improv rec
Diffstat (limited to 'music/index.php')
-rw-r--r-- | music/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/music/index.php b/music/index.php index 98519ab..d2cf335 100644 --- a/music/index.php +++ b/music/index.php @@ -20,7 +20,10 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <h3><a href="angelfish.wav">Angelfish</a></h3> </li> <li> - <h3><a href="091622.wav">09/16/22 - #</a></h3> + <h3><a href="101622.wav">10/16/22 - #</a></h3> + </li> + <li> + <h3><a href="101722.mp3">10/17/22 - #</a></h3> </li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |