diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-06-28 21:07:15 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-06-28 21:07:15 -0700 |
commit | b0c0722ab42218d0123eced3f46c4fd688dcb2f5 (patch) | |
tree | 1b03c824e708f0e46e2f7d73ef64ae92afbbbeef | |
parent | 04be1065b9a4d0a3b9d9b94b2ad654862c1c036e (diff) |
added new improv
-rw-r--r-- | src/music/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/music/index.php b/src/music/index.php index df9740a..f9f061f 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -35,5 +35,6 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <li><h3><a href="https://files.aberrantflux.xyz/music/12322.mp3">12/3/22 - Kai Stevenson</a></h3></li> <li><h3><a href="https://files.aberrantflux.xyz/music/122422.mp3">12/24/22 - Kai Stevenson</a></h3></li> <li><h3><a href="https://youtu.be/fzH5mGUSDLQ">1/6/23 [Video] - Kai Stevenson</a></h3></li> + <li><h3><a href="https://files.aberrantflux.xyz/music/62823.mp3">06/28/23 - Kai Stevenson</a></h3></li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |