Skip to content

Instantly share code, notes, and snippets.

@whamtet
Created May 4, 2022 03:46
Show Gist options
  • Save whamtet/88f8c51dae478aad971ad5435944b909 to your computer and use it in GitHub Desktop.
Save whamtet/88f8c51dae478aad971ad5435944b909 to your computer and use it in GitHub Desktop.
<!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