Created
May 4, 2022 03:46
-
-
Save whamtet/88f8c51dae478aad971ad5435944b909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Video</title> | |
| </head> | |
| <body> | |
| <video autoplay controls loop> | |
| <source src="video.mp4" type="video/mp4"> | |
| Your browser does not support the video tag. | |
| </video> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment