summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/index.html b/index.html
index 8236d1e..09d1da6 100644
--- a/index.html
+++ b/index.html
@@ -5,11 +5,20 @@
<title>Tapes</title>
</head>
<body>
- <a href="tape-deck.html?side=A">
- <img src="images/side-a.jpeg">
- </a>
- <a href="tape-deck.html?side=B">
- <img src="images/side-b.jpeg">
- </a>
+ <div>
+ <p>
+ Still in the works, but you can listen to the music of my 2019 music journal.
+ I intend to add writings to add to the musical/life journey of the past year.
+ More tapes will be added to the collection over time. Enjoy! sh.sh.
+ </p>
+ </div>
+ <div display="flex">
+ <a href="tape-deck.html?side=A">
+ <img src="images/side-a.jpeg">
+ </a>
+ <a href="tape-deck.html?side=B">
+ <img src="images/side-b.jpeg">
+ </a>
+ </div>
</body>
</html>