Guest User

github video html

a guest
Aug 19th, 2025
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Video Player</title>
  6. </head>
  7. <body style="margin:0; background:#000; display:flex; justify-content:center; align-items:center; height:100vh;">
  8. <video autoplay style="max-width:90%; max-height:90%;">
  9. <source src="nyc.mp4" type="video/mp4">
  10. Your browser does not support the video tag.
  11. </video>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment