Skip to content

Instantly share code, notes, and snippets.

@bjornmicallef
Last active February 27, 2020 19:24
Show Gist options
  • Save bjornmicallef/a3326a1e18208239a1a5c76fdb02d550 to your computer and use it in GitHub Desktop.
Save bjornmicallef/a3326a1e18208239a1a5c76fdb02d550 to your computer and use it in GitHub Desktop.
loading a video at client-side level one
<html>
<head></head>
<body>
<h1>Hello World</h1>
<video width="640" height="360" controls="controls">
<source src="./PlayStationStartup.mp4" type="video/mp4">
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment