summaryrefslogtreecommitdiff
path: root/music/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-08 18:40:34 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-08 18:40:34 -0700
commit7cdaa8b30fcd8ab333d11719dc4b280b28347a71 (patch)
tree60a9882f4e33535ad73101150d80a1daa1da03dc /music/index.php
parent7c402bbaacfa6acd2d4a2184975ec83f5edde329 (diff)
set up PHP
Diffstat (limited to 'music/index.php')
-rw-r--r--music/index.php13
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