-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 695 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (22 loc) · 695 Bytes
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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<audio src="1.mp3" controls></audio>
<audio src="2.mp3" controls></audio>
<audio src="3.mp3" controls></audio>
<audio src="4.mp3" controls></audio>
<audio src="5.mp3" controls></audio>
<audio src="6.mp3" controls></audio>
<video scr="1.mp4" controls></video>
<video scr="2.mp4" controls></video>
<video scr="3.mp4" controls></video>
<video scr="4.mp4" controls></video>
<video scr="5.mp4" controls></video>
<video scr="6.mp4" controls></video>
</body>
</html>