Improved interface

This commit is contained in:
Devine Lu Linvega
2018-08-29 09:41:41 +12:00
parent d1e1bce3e9
commit 760175af78
6 changed files with 39 additions and 8 deletions
+1
View File
@@ -31,6 +31,7 @@
let dialog = null;
dotgrid = new Dotgrid(300,300,20,20,4,4);
dotgrid.install();
document.getElementById("app").className = "web";
</script>
</div>
</body>