blob: b65514d2ac7fed9252083531bc5d6635a345a2fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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</li>
</ul>
</div>
</body>
</html>
|