MultiplayerSnakeGame/client/index.html
2022-05-15 17:07:14 +02:00

10 lines
230 B
HTML

<html>
<head>
</head>
<body onload="loaded = true">
<script src="/socket.io/socket.io.js"></script>
<script src="js/client.js"></script>
<script src="js/canvas.js"></script>
</body>
</html>