index.html 223 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <video width="420" controls>
  5. <source src="mov_bbb.mp4" type="video/mp4">
  6. <source src="mov_bbb.ogg" type="video/ogg">
  7. Your browser does not support the video tag.
  8. </video>
  9. </body>
  10. </html>