diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-01-06 23:48:40 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-01-06 23:48:40 -0800 |
commit | 270523f395b93ca01a21ce96826f20027e505469 (patch) | |
tree | b667f40c2407afac2dc63a0257cf2baeccf02832 /src | |
parent | 1971ed3b972dd028a26ce89e17b0aa7a234054e2 (diff) |
added music video link
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 d620987..c1d6ed4 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -53,5 +53,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <li> <h3><a href="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> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |