diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-12-24 00:10:35 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-12-24 00:10:35 -0800 |
commit | bc861c3f8436f7ec21c211292e1e98540daff22d (patch) | |
tree | e3ba4dbf3c235ddd6fa9de7a27211f7aab39d837 /src | |
parent | a9ae625c6956f0e32972ae01ca6e64475efe0559 (diff) |
added new improv recording
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 5cb47c6..d620987 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -50,5 +50,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <li> <h3><a href="12322.mp3">12/3/22 - Kai Stevenson</a></h3> </li> + <li> + <h3><a href="122422.mp3">12/24/22 - Kai Stevenson</a></h3> + </li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |