Created
March 26, 2012 20:20
-
-
Save boyofgreen/2209379 to your computer and use it in GitHub Desktop.
face reco html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper"> | |
<h1>HTML5 GLASSES</h1> | |
<p>Created by <a href="http://twitter.com/wesbos" target="_blank">Wes Bos</a>. | |
See full details <a href="">here.</a></p> | |
<!-- Our Main Video Element --> | |
<video height="426" width="640" controls="false"> | |
<source src="videos/wes4.ogg" /> | |
<source src="videos/wes4.mp4" /> | |
</video> | |
<!-- Out Canvas Element for output --> | |
<canvas id="output" height="426" width="640" ></canvas> | |
<!-- div to track progress --> | |
<div id="elapsed_time">Press play for HTML5 Glasses!</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment