diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-16 15:49:51 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-16 15:49:51 -0700 |
commit | c71b9e1411fe475d2f254a02b78aba8ea8c403f5 (patch) | |
tree | 05a8583a5ed3f1055c005168a51e3489c646857d | |
parent | 3ca7b8d1921526d860db2c6a6112986b1fcc33cf (diff) |
added piano improv
-rw-r--r-- | music/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/music/index.php b/music/index.php index f2e5c3b..04c5093 100644 --- a/music/index.php +++ b/music/index.php @@ -20,7 +20,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <h3><a href="angelfish.wav">Angelfish</a></h3> </li> <li> - <h3><a href="music/dne.html">09/15/22 - #</a></h3> + <h3><a href="music/09162022.wav">09/16/22 - #</a></h3> </li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |