Skip to content

Instantly share code, notes, and snippets.

@abhishekjakhar
Created October 15, 2018 16:46
Show Gist options
  • Save abhishekjakhar/d118378065da6e00837840e309e5fc5a to your computer and use it in GitHub Desktop.
Save abhishekjakhar/d118378065da6e00837840e309e5fc5a to your computer and use it in GitHub Desktop.
HTML Video
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video</title>
<link rel="stylesheet" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="wrapper">
<video src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4" type="video/mp4s" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment