blob: 09d1da60cd2b9d0bbaf946c2fb0c923d4b808754 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=UTF-8>
<title>Tapes</title>
</head>
<body>
<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>
|