Skip to content

Instantly share code, notes, and snippets.

@djmason9
Created April 3, 2018 23:17
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 djmason9/19b8b3345a2fc40f49fcff479dc5543d to your computer and use it in GitHub Desktop.
Save djmason9/19b8b3345a2fc40f49fcff479dc5543d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="http://mydomain.ngrok.io.ngrok.io/socket.io/socket.io.js"></script>
<script src="js/player.js"></script>
</head>
<body>
<video controls>
<source src="assets/medicaldemo.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