agv-demo / templates /index.html
cm107's picture
Initial commit
64ca61a
raw
history blame
525 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>AGV Demo</title>
<link rel="stylesheet" href="../static/css/main.css" />
</head>
<body>
<h1>AGV Demo</h1>
<div class="card">
<h1>Disclaimer</h1>
<p>
This page is still under testing.
</p>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
</body>
</html>