blob: b26323a13efdce8ea34a13895dc7bbcd479a16b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="width=device-width, height=device-height" />
<title>Context Menu Test Audio</title>
</head>
<style>
body {
margin: 0;
}
</style>
<body>
<div class="center-audio">
<audio controls src="audio/owl.mp3">
Your browser does not support the
<code>audio</code> element.
</audio>
</div>
</body>
</html>
|