summaryrefslogtreecommitdiff
path: root/music/index.php
blob: 0688e065be4f5676505beb57111b0080e7602a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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.wav">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"); ?>