diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -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> |