abouttreesummaryrefslogcommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 8dfb8eb..402b1b9 100644
--- a/index.html
+++ b/index.html
@@ -10,11 +10,11 @@
}
</style>
<script src="./Scripts/three.js"></script>
- <script src="./Scripts/main.js">
+ <script type="module" src="./Scripts/main.js"></script>
</script>
</head>
-<body onload="init();">
+<body>
<div id="threejscontainer"></div>
</body>