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

</head> </head>
<body> <body>


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


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

Loading…
Cancel
Save