Browse Source

Attempted to incorperate entry point... I am, appearently rusty!

dev-tmpl
Bryan Miller 6 years ago
parent
commit
8022d8d8a2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      index.html

+ 4
- 1
index.html View File

@@ -11,7 +11,10 @@
</head>
<body>

<canvas id="painter"></canvas>
<canvas id="painte"></canvas>

</body>
<script src="app/js/main.js">
initialize(document);
</script>
</html>

Loading…
Cancel
Save