Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Video Player</title>
- </head>
- <body style="margin:0; background:#000; display:flex; justify-content:center; align-items:center; height:100vh;">
- <video autoplay style="max-width:90%; max-height:90%;">
- <source src="nyc.mp4" type="video/mp4">
- Your browser does not support the video tag.
- </video>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment