xxxxxxxxxx
<html lang="en">
<head>
<style>
#c:focus{
outline:none;
}
</style>
</head>
<body>
<canvas id="c" style="position:absolute;top:0px;left:0px;right:0px;bottom:0px;margin:auto;border:none" tabindex="1"></canvas>
<script src="https://cdn.socket.io/4.5.0/socket.io.min.js" integrity="sha384-7EyYLQZgWBi67fBtVxw60/OWl1kjsfrPFcaU0pp0nAh+i8FD068QogUvg85Ewy1k" crossorigin="anonymous"></script>
<script src="m4.js"></script>
<script src="geometry.js"></script>
<script src="setup.js"></script>
<script src="run.js"></script>
<script>
window.requestAnimationFrame(g_ud)
</script>
</body>
</html>