Browse Source

Fix path

main
Jessica Lord 10 years ago
parent
commit
df6263172b
  1. 2
      index.html

2
index.html

@ -14,6 +14,6 @@
<script> <script>
// You can also require other files to run in this process // You can also require other files to run in this process
require('renderer.js')
require('./renderer.js')
</script> </script>
</html> </html>
Loading…
Cancel
Save