summaryrefslogtreecommitdiff
path: root/music/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'music/index.php')
-rw-r--r--music/index.php23
1 files changed, 10 insertions, 13 deletions
diff --git a/music/index.php b/music/index.php
index e4bacdb..bd411c5 100644
--- a/music/index.php
+++ b/music/index.php
@@ -1,13 +1,10 @@
-<head>
- <link rel="stylesheet" href="/style.css">
- <link rel="icon" type="image/x-icon" href="/favicon.ico">
-</head>
-
-<body>
- <div class="contentpane">
- <h1>Music | <a class="backbutton" href="../">[Back]</a></h1>
- <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>
- </div>
-</body> \ No newline at end of file
+<?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