Skip to content

Instantly share code, notes, and snippets.

@nkuhan
Created July 22, 2017 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkuhan/d88f42aeaf7bf384e2137b40f9110104 to your computer and use it in GitHub Desktop.
Save nkuhan/d88f42aeaf7bf384e2137b40f9110104 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/casimah
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<p> Video element here!
<video width="320" height="240" controls>
<source src="week2.mp4" type="video/mp4">
<track src="WebVTT-Week2.vtt" kind="captions" srclang="en" label="English" default>
Your browser does not support the HTML5 video element.
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment