Sha256: 925962eb73efc83b64c6370bc81efdd4678d79e2e4aeccaae2f9ccaa2ffe9354
Contents?: true
Size: 653 Bytes
Versions: 7
Compression:
Stored size: 653 Bytes
Contents
<html> <head> <title>Audio and Video</title> </head> <body> <h2>Audio & Video</h2> <audio controls id="audio" name="audio" class="audio"> <source src="04-Death_Becomes_Fur.mp4" type="audio/mp4"> <source src="04-Death_Becomes_Fur.oga" type="audio/ogg; codecs=vorbis"> <p>Your user agent does not support the HTML5 Audio element.</p> </audio> <video width="320" height="240" controls="controls" id="video" name="video" class="video"> <source src="movie.mp4" type="video/mp4" /> <source src="movie.ogg" type="video/ogg" /> Your browser does not support the video tag. </video> </body> </html>
Version data entries
7 entries across 7 versions & 2 rubygems