Skip to content

Instantly share code, notes, and snippets.

@raclim
Created October 2, 2019 15:11
Show Gist options
  • Save raclim/42ec564792ad061487141530648d5fb7 to your computer and use it in GitHub Desktop.
Save raclim/42ec564792ad061487141530648d5fb7 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" href="style.css"></link>
<script src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="container">
<video id="thevideo" height="480" width="720"></video>
<canvas id="thecanvas"></canvas>
<img id="theimage" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment