Commit 349e6189 authored by Cantuerk's avatar Cantuerk
Browse files

Merge branch '21caog1bif-master-patch-37934' into 'master'

Update public/index.html

See merge request !195
1 merge request!195Update public/index.html
Pipeline #10947 passed with stage
in 20 seconds
Showing with 9 additions and 0 deletions
+9 -0
......@@ -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>
......
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