obus/python/static/controller.html
2022-01-25 19:16:38 +01:00

24 lines
606 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OBUS controller</title>
<link rel="stylesheet" href="/static/controller.css">
</head>
<body>
<p>Game state: <span id="gamestate"></span></p>
<button onclick="startbutton()">START</button>
<button onclick="restartbutton()">RESTART</button>
<script src="static/controller.js"></script>
<div class="center">
<canvas id="display" width="1000" height="500">Timer should be here</canvas>
</div>
<script type="text/javascript" src="/static/segment-display.js"></script>
<div id="modules" class="center"></div>
</body>
</html>