About
Explore
Events & Classes
Support Us
Join
Sign In
emma-the-artist
View Project Page
Run
Fullscreen
Mystery of the Sea - Piano Piece
HTML
CSS
JS
<!-- Created by emma-the-artist, subject to copyright. --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="emma-the-artist"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <video src="https://justcodaborate.org/project_assets/mystery%20of%20the%20sea.mp4" controls autoplay></video> </body> </html>
video { width: 100%; height: 100%; }