test_czg.html 398 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <style>
  8. html,body{
  9. width: 100%;
  10. background: black;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <video src="https://4dscene.4dage.com/new4dkk/mobile/video/homevideo/v2.mp4" style="width: 100%;" autoplay></video>
  16. </body>
  17. </html>