video1.html 656 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  6. <title>demo</title>
  7. <meta name="keywords" content=""/>
  8. <meta name="description" content=""/>
  9. <!--[if lt IE 9]>
  10. <script src="html5shiv.min.js"></script>
  11. <![endif]-->
  12. <link rel="stylesheet" href="../css/video2.css">
  13. </head>
  14. <body>
  15. <section class="panel home" data-section-name="home">
  16. <div class="frontpage_hero">
  17. <video preload="auto" autoplay="true" loop webkit-playsinline autobuffer poster="video.jpg" width="100%">
  18. <source src="CFFFFFF.mp4" type="video/mp4">
  19. </video>
  20. </div>
  21. </section>
  22. </body>
  23. </html>