diff --git a/public/index.html b/public/index.html
index 90a7fa51ab738d51251d8eeaa78cb91e8a163f77..4acdd37d396b7885c925e973d312556e4dcfa1b8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -133,8 +133,7 @@
});
*/
let flower;
- loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/ToyCar/glTF/ToyCar.gltf
-", function(gltf) {
+ loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/ToyCar/glTF/ToyCar.gltf", function(gltf) {
flower = gltf.scene;
});
/**