diff options
| author | Patrick Schönberger | 2021-01-06 10:24:10 +0100 |
|---|---|---|
| committer | Patrick Schönberger | 2021-01-06 10:24:10 +0100 |
| commit | 4079007a1ed290280e228b93432129c4a262dae9 (patch) | |
| tree | 433d70d5776a3a8bf3fdecd9ea38ef4cb8e70239 /index.html | |
| parent | f3d7f6c46c59cd98eb64a079301b872ca2a6a2f3 (diff) | |
| download | cloth_sim-4079007a1ed290280e228b93432129c4a262dae9.tar.gz cloth_sim-4079007a1ed290280e228b93432129c4a262dae9.zip | |
reorganize code into separate files
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
|
