diff options
author | KaiStevenson <kai@kaistevenson.com> | 2022-11-15 21:19:58 -0800 |
---|---|---|
committer | KaiStevenson <kai@kaistevenson.com> | 2022-11-15 21:19:58 -0800 |
commit | 96035d15d2916ccbea25554fe9cffb73f5737dc0 (patch) | |
tree | 9a2e909998c2faeec717c37d2c79cda8aedfa3b2 /src/music | |
parent | bd2fb0817d523b84fa54981c3d84faa24d2baf7b (diff) |
added creep recording placeholder link
Diffstat (limited to 'src/music')
-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 0745258..40301f2 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -28,5 +28,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <li> <h3><a href="101722.mp3">10/17/22 - #</a></h3> </li> + <li> + <h3><a href="creep.mp3">Creep</a></h3> + </li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |