Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Audiomatic</title>
- </head>
- <body>
- <audio controls>
- <source src="InceptionOfTheEnd.mp3" type="audio/mpeg">
- Your browser does not support this audio format.
- </audio>
- <video width="320" height="240" controls>
- <source src="WreckItRalph.mp4" type="video/mp4" />
- Your browser does not support the video tag.
- </video><!--Browser unsupported text only appears if the browser cannot display the video/audio-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment