1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <style>
- html,body{
- width: 100%;
- background: black;
- }
- </style>
- </head>
- <body>
- <video src="https://4dscene.4dage.com/new4dkk/mobile/video/homevideo/v2.mp4" style="width: 100%;" autoplay></video>
- </body>
- </html>
|