blob: bd411c5afc7ec4d2cfffbe413c5a4182d5bb26d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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"); ?>
|