summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 50d88c8..c70702f 100644
--- a/index.html
+++ b/index.html
@@ -23,13 +23,13 @@ canvas {
</style>
<body>
<div id="enable">click allow to enable your webcam! <img src="http://www.your3dsource.com/images/colorchangearrowup.gif" width="20"></div>
+<div id="dither"></div>
<div id="stuff">
<div id="state"></div> frames: <input type="text" id="frameCount">
<div id="buttons"></div>
<video id="vid" style="display: none"></video>
<button id="camera" style="display:none">camera</button>
</div>
-<div id="dither"></div>
</body>
<script src="/js/jquery.js"></script>
<script src="canvasquery.js"></script>