Skip to content

Commit 627dbcc

Browse files
committed
added doc link
1 parent 4366c8a commit 627dbcc

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.DS_Store

2 KB
Binary file not shown.

public/.DS_Store

6 KB
Binary file not shown.

public/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
</head>
88
<body>
99
<canvas id="canvas" width="1000" height="500" style="border: 1px solid #000000"></canvas>
10+
<a href="https://docs.google.com/document/d/1kj6-5UXqffwJJsnyQB66l8X-HsG8ht_6Ec0qa8FYQ7Y/edit?usp=sharing" target="_blank">documentation</a>
1011
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
1112
<script src="/socket.io/socket.io.js"></script>
1213
<script src="script.js"></script>
1314
</body>
14-
</html>
15+
</html>

0 commit comments

Comments
 (0)