diff options
Diffstat (limited to 'music/index.html')
-rw-r--r-- | music/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/music/index.html b/music/index.html index f063ee1..05120ff 100644 --- a/music/index.html +++ b/music/index.html @@ -1,11 +1,12 @@ <head>
- <link rel="stylesheet" href="../style.css">
+ <link rel="stylesheet" href="/style.css">
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<div class="background">
<div class="contentpane">
- <h1>Music | <a class="backbutton" href="../index.html">[Back]</a></h1>
- <p>There's nothing here.
+ <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>
</div>
|