diff options
Diffstat (limited to 'music/index.html')
-rw-r--r-- | music/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/music/index.html b/music/index.html new file mode 100644 index 0000000..f063ee1 --- /dev/null +++ b/music/index.html @@ -0,0 +1,12 @@ +<head>
+ <link rel="stylesheet" href="../style.css">
+</head>
+<body>
+ <div class="background">
+ <div class="contentpane">
+ <h1>Music | <a class="backbutton" href="../index.html">[Back]</a></h1>
+ <p>There's nothing here.
+ </p>
+ </div>
+ </div>
+</body>
|