diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-02-18 18:31:01 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-02-18 18:31:01 -0800 |
commit | 540060393f0dc52476436a4786b7bfc983ca3b55 (patch) | |
tree | bbb9c9a30153d79f26861e08906bdcc8ad041ba1 /src/music | |
parent | 5b67af7d88780828cfc41a8fd96ce8fa8f9388a3 (diff) |
update style
Diffstat (limited to 'src/music')
-rw-r--r-- | src/music/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/music/index.php b/src/music/index.php index 7f8ff4e..6b69cd0 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -1,5 +1,5 @@ <?php -$title = "Music"; +$title = "My Music"; require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?> @@ -26,6 +26,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); and hope you will too, but I don't want to imply that I am in any way an expert. I can also sing kind of, so there are some recordings of that, and there will be more in the future. </p> +<h2>Recordings</h2> <ul> <li> <h3><a href="angelfish.mp3">Angelfish - Anne Gaudet</a></h3> |