| 1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <title>demo</title>
- <meta name="keywords" content=""/>
- <meta name="description" content=""/>
- <!--[if lt IE 9]>
- <script src="html5shiv.min.js"></script>
- <![endif]-->
- <link rel="stylesheet" href="../css/video2.css">
- </head>
- <body>
- <section class="panel home" data-section-name="home">
- <div class="frontpage_hero">
- <video preload="auto" autoplay="true" loop webkit-playsinline autobuffer poster="video.jpg" width="100%">
- <source src="CFFFFFF.mp4" type="video/mp4">
- </video>
- </div>
- </section>
- </body>
- </html>
|