diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-04 20:04:08 -0600 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-04 20:04:08 -0600 |
commit | 533b33bb54e76b37ceb5767f234449cfedbb3cfd (patch) | |
tree | 6fb1b61e843603d96b9a2105ae44a48fd139eb52 /index.html | |
parent | f6086f86cbc23fc0db538feafdda9e020e1763c8 (diff) |
Add: mp3s -> ogg, note on the index, and tape-start sfx
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> |