pixelnode/public/index.html

18 lines
333 B
HTML
Raw Permalink Normal View History

2018-04-03 12:48:19 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PixelNode</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<canvas class="display" ></canvas>
2018-04-04 11:57:43 +02:00
<div class="stats"></div>
2018-04-04 12:31:55 +02:00
<div class="play"></div>
2018-04-03 12:48:19 +02:00
<script src="socket.io.js"></script>
<script src="main.js"></script>
</body>
</html>