diff options
Diffstat (limited to 'music/index.php')
-rw-r--r-- | music/index.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/music/index.php b/music/index.php new file mode 100644 index 0000000..e4bacdb --- /dev/null +++ b/music/index.php @@ -0,0 +1,13 @@ +<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 |