Working copy

This commit is contained in:
Devine Lu Linvega
2016-12-31 10:18:01 -07:00
parent bb71cee73a
commit 452bcd0d41
4 changed files with 199 additions and 5 deletions
+3
View File
@@ -8,6 +8,9 @@
<title>Dotgrid</title>
</head>
<body>
<input id="line" type="button" value="line"/>
<input id="arc_c" type="button" value="arc_c"/>
<input id="arc_a" type="button" value="arc_a"/>
<script type="text/javascript" src="scripts/init.js"></script>
</body>
</html>