diff options
Diffstat (limited to 'test.html')
| -rwxr-xr-x | test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100755 index 0000000..9fb8541 --- /dev/null +++ b/test.html @@ -0,0 +1,11 @@ +<!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 type="audio/mp3" src="SABBATH.mp3" autoplay loop></audio>
+</body>
+</html>
\ No newline at end of file |
