blob: ad62a28d903a158f8343818a0a400b7ee50f40fe (
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
25
26
|
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=UTF-8>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Tapes</title>
</head>
<body>
<div class="intro">
<ul>
<li>
<audio controls src="audio/Piano_impr.wav">
2020-03-21 Spring Piano Improv
</audio>
2020-03-21 Spring Piano Improv
</li>
<li>
<audio controls src="audio/200323_0703-spring-walk-edit.mp3">
2020-03-23 Spring Evening Family Walk, with Lap Harp
</audio>
2020-03-23 Spring Evening Family Walk, with Lap Harp
</li>
</ul>
</div>
</body>
</html>
|