diff --git a/index.html b/index.html
index 6f2ae4b..765e22b 100644
--- a/index.html
+++ b/index.html
@@ -1,31 +1,41 @@
-
Template Generator
-
-
-
+
+ Template Generator
+
+
+
-
-
-
-
-
-
+
-
- let script = document.createElement("script");
- script.src = "js/" + jsVer + "/main.js";
- script.type = "module";
- document.head.appendChild(script);
-
+
+
+
+
+
+
+
init());
-
-
-