blob: 4e6e316952061d35d5f7f24b11d1f4c50025d2aa [file] [log] [blame]
Brian Silvermanacdabeb2019-03-23 14:04:36 -07001<!doctype html>
2<html>
Alex Perry554cec02019-03-23 20:15:12 -07003 <head>
4 <title>Vision Debug Server</title>
5 </head>
6 <body style="overflow:hidden">
7 <canvas id="field" style="border: 1px solid"></canvas>
8 </body>
9 <script src="visualizer_bundle.min.js"></script>
Brian Silvermanacdabeb2019-03-23 14:04:36 -070010</html>