From ab606793c00b59c6e4cc97ada298e16f54442e24 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Tue, 9 Jul 2024 19:17:05 +0200
Subject: [PATCH] indexhtml to pubpub

---
 index.html => pubpub/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename index.html => pubpub/index.html (91%)

diff --git a/index.html b/pubpub/index.html
similarity index 91%
rename from index.html
rename to pubpub/index.html
index 508b8e40..3d908ef1 100644
--- a/index.html
+++ b/pubpub/index.html
@@ -16,7 +16,7 @@
   <body>
     <div id="root"></div>
     
-    <script type="module" src="/src/main.tsx"></script>
+    <script type="module" src="../src/main.tsx"></script>
   </body>
 </html>
 
-- 
GitLab