First Draft
First Draft of the Example Files
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Playing Audio</title>
|
||||
</head>
|
||||
<body><br><pre>
|
||||
<audio controls>
|
||||
<source src='audio.m4a' type='audio/aac'>
|
||||
<source src='audio.mp3' type='audio/mp3'>
|
||||
<source src='audio.ogg' type='audio/ogg'>
|
||||
</audio>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user