obus/python/static/controller.html

15 lines
275 B
HTML
Raw Normal View History

2022-01-19 19:44:54 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OBUS controller</title>
</head>
<body>
<button onclick="startbutton()">START</button>
<button onclick="restartbutton()">RESTART</button>
<script src="static/controller.js"></script>
</body>
</html>