diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-12-17 11:15:50 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-12-17 11:15:50 -0800 |
commit | a9ae625c6956f0e32972ae01ca6e64475efe0559 (patch) | |
tree | f0b331110f443751cb4366e6ac43f1ccb04e10c4 /src/music | |
parent | c87a4d104dbe81c7173e8f6216211b01d81c679d (diff) |
converted old music files to mp3
Diffstat (limited to 'src/music')
-rw-r--r-- | src/music/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/music/index.php b/src/music/index.php index a5e3e51..5cb47c6 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -33,10 +33,10 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); </p> <ul> <li> - <h3><a href="angelfish.wav">Angelfish - Anne Gaudet</a></h3> + <h3><a href="angelfish.mp3">Angelfish - Anne Gaudet</a></h3> </li> <li> - <h3><a href="101622.wav">10/16/22 - Kai Stevenson</a></h3> + <h3><a href="101622.mp3">10/16/22 - Kai Stevenson</a></h3> </li> <li> <h3><a href="101722.mp3">10/17/22 - Kai Stevenson</a></h3> |