Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5b895621dcadc07dd97f3f35cf5557df9af1ca50
/
.
/
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>