Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c73bb22a8045b51ee4db0665641588de15647a8b
/
.
/
y2019
/
vision
/
server
/
www
/
index.html
blob: 4e6e316952061d35d5f7f24b11d1f4c50025d2aa [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<title>
Vision Debug Server
</title>
</head>
<body
style
=
"
overflow
:
hidden
"
>
<canvas
id
=
"field"
style
=
"
border
:
1px
solid
"
></canvas>
</body>
<script
src
=
"visualizer_bundle.min.js"
></script>
</html>