Added draw feature and input option

This commit is contained in:
clerie
2018-04-03 12:48:19 +02:00
parent 49686db41d
commit 8ee0d9d122
8 changed files with 129 additions and 4 deletions

View File

@@ -1 +1,15 @@
<h1>It work's!</h1>
<!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>
<script src="socket.io.js"></script>
<script src="main.js"></script>
</body>
</html>