abouttreesummaryrefslogcommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpatrick-scho2025-04-17 22:22:14 +0200
committerpatrick-scho2025-04-17 22:22:14 +0200
commit959c350fb8cddf7d1b31907fcc1f7f99dad52f3e (patch)
treece2f5e05082aa0536bad3d87dce424a3d3b2db93 /index.html
parentf97f4ee25759ffaa6a4d4709f45fc8b7b5b24973 (diff)
downloadcloth_sim-959c350fb8cddf7d1b31907fcc1f7f99dad52f3e.tar.gz
cloth_sim-959c350fb8cddf7d1b31907fcc1f7f99dad52f3e.zip
restructureHEADmain
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index de3e51b..a1d5962 100644
--- a/index.html
+++ b/index.html
@@ -9,14 +9,14 @@
margin: 0;
}
</style>
- <script src="./Scripts/three.js"></script>
- <script src="./Scripts/OrbitControls.js"></script>
+ <script src="/projects/cloth/js/three.js"></script>
+ <script src="/projects/cloth/js/OrbitControls.js"></script>
</script>
</head>
<body>
- <script src="./Scripts/cloth.js"></script>
- <script src="./Scripts/main.js"></script>
+ <script src="/projects/cloth/js/cloth.js"></script>
+ <script src="/projects/cloth/js/main.js"></script>
<div id="threejscontainer"></div>
<div id="Output"></div>