abouttreesummaryrefslogcommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPatrick Schönberger2021-01-06 10:24:10 +0100
committerPatrick Schönberger2021-01-06 10:24:10 +0100
commit4079007a1ed290280e228b93432129c4a262dae9 (patch)
tree433d70d5776a3a8bf3fdecd9ea38ef4cb8e70239 /index.html
parentf3d7f6c46c59cd98eb64a079301b872ca2a6a2f3 (diff)
downloadcloth_sim-4079007a1ed290280e228b93432129c4a262dae9.tar.gz
cloth_sim-4079007a1ed290280e228b93432129c4a262dae9.zip
reorganize code into separate files
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>