diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-12-03 18:16:17 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-12-03 18:16:17 -0800 |
commit | c161c36f71583168ecb34f34a144a5b3a9a89d94 (patch) | |
tree | c5585e4ff35eef3fed970416a8874010f41bcdce /src | |
parent | d73eab99c9358e5b35b459be7085f14c49a87c0f (diff) |
added new improv
Diffstat (limited to 'src')
-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 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"); ?> |