From e3badad343d5eee2477cf7b92a08279d35c27bc0 Mon Sep 17 00:00:00 2001
From: Cantuerk <21caog1bif@hft-stuttgart.de>
Date: Tue, 21 Jan 2025 22:49:02 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/public/index.html b/public/index.html
index 74f59ba..83b7541 100644
--- a/public/index.html
+++ b/public/index.html
@@ -88,6 +88,15 @@
     </div>
   </div>
 
+  <!-- Informations-Dialog -->
+  <div id="info-dialog" style="display: none;">
+    <div class="dialog-overlay"></div>
+    <div class="dialog-box">
+      <p id="info-text">Hier kommt die Nachricht hin</p>
+      <button onclick="closeInfoDialog()">OK</button>
+    </div>
+  </div>
+
   <div id="map-window" class="menu-placeholder"
     style="display: none; flex-direction: column; width: 100vw; height: 100vh;">
     <div id="map-container" style="z-index: 1500; flex: 15; width: 100%; height: 100%;"></div>
-- 
GitLab