summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-15 15:07:52 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-15 15:07:52 -0700
commitfbc1f3ea2c07370caff189456b35c355ab2eb53f (patch)
tree14b02bff67f871b747649e7f2609975311896f6f
parent54f8bb2c4db8f03d944586332cc3adc76837ee7c (diff)
updated music index
-rw-r--r--music/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/music/index.php b/music/index.php
index 825af22..b40b136 100644
--- a/music/index.php
+++ b/music/index.php
@@ -4,7 +4,7 @@ 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
+ The following links lead to music I've recorded. Anything marked with # is improv or my own
composition.
</p>
<ul>
@@ -12,7 +12,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
<h3><a href="angelfish.mp3">Angelfish</a></h3>
</li>
<li>
- <h3><a href="music/dne.html">09/15/22 *</a></h3>
+ <h3><a href="music/dne.html">09/15/22 - #</a></h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>