Commit e3badad3 authored by Cantuerk's avatar Cantuerk
Browse files

Update public/index.html

parent 566e08fc
1 merge request!195Update public/index.html
Showing with 9 additions and 0 deletions
+9 -0
...@@ -88,6 +88,15 @@ ...@@ -88,6 +88,15 @@
</div> </div>
</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" <div id="map-window" class="menu-placeholder"
style="display: none; flex-direction: column; width: 100vw; height: 100vh;"> 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> <div id="map-container" style="z-index: 1500; flex: 15; width: 100%; height: 100%;"></div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment