summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-15 15:05:57 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-15 15:05:57 -0700
commit54f8bb2c4db8f03d944586332cc3adc76837ee7c (patch)
treed3925ade7e3b77da7d66ebb4129f5b7bbf7f9208
parent2b506563de910ecdbe30f822cf819ca1d5bbb8b8 (diff)
updated music index
-rw-r--r--music/index.php28
1 files changed, 18 insertions, 10 deletions
diff --git a/music/index.php b/music/index.php
index bd411c5..825af22 100644
--- a/music/index.php
+++ b/music/index.php
@@ -1,10 +1,18 @@
-<?php
-$title = "Music";
-require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
-?>
-<p>
- I haven't recorded anything yet. If you like jazz piano improv, you could check back a little later and there
- might be some here.
-</p>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> \ No newline at end of file
+<?php
+$title = "Music";
+require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
+require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+?>
+<p>
+ The following links lead to music I've recorded. Anything marked with "*" is improv or my own
+ composition.
+</p>
+<ul>
+ <li>
+ <h3><a href="angelfish.mp3">Angelfish</a></h3>
+ </li>
+ <li>
+ <h3><a href="music/dne.html">09/15/22 *</a></h3>
+ </li>
+</ul>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>