diff --git a/public/index.html b/public/index.html index 74f59bad88f07cdc80f52b43bde3eba9b30578af..83b75411e8507a2bbaa41d9d0d38c67e87ff978d 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>