From bd96ab1e235ca37a7a8632ac0a00d68f8de02099 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 5 Jul 2024 15:23:35 +0200
Subject: [PATCH] brought back index html

---
 index.html | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 index.html

diff --git a/index.html b/index.html
new file mode 100644
index 00000000..2f2b66f6
--- /dev/null
+++ b/index.html
@@ -0,0 +1,21 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <link
+      rel="shortcut icon"
+      href="https://static.igem.wiki/common/icons/favicons/igem-2022.svg"
+      type="image/x-icon"
+    />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <!-- <script type="text/javascript" defer src="./assets/js/mapscript.js" charset="utf-8">
+        </script> -->
+    <title>%VITE_TEAM_NAME% - iGEM %VITE_TEAM_YEAR%</title>
+  </head>
+  <body>
+    <div id="root"></div>
+    <script src="src/components/data/callablemapscr.js"></script>
+    <script type="module" src="/src/main.tsx"></script>
+  </body>
+</html>
+
-- 
GitLab