14 lines
275 B
HTML
14 lines
275 B
HTML
<!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>
|