2022-08-02 03:05:49 +00:00
|
|
|
<div id="dynmapContainer" style="display: none;">
|
2022-08-07 18:39:31 +00:00
|
|
|
<div class="FloatingButtonContainer" id="center">
|
2022-08-02 03:05:49 +00:00
|
|
|
<div class="bot_wrapper">
|
|
|
|
<div id="content">
|
2022-08-07 18:39:31 +00:00
|
|
|
<button id="dynmapDoneButton"> <!-- Rename all elements to dynmapEtc -->
|
2022-08-02 03:05:49 +00:00
|
|
|
<div id="newsButtonAlert" style="display: none;"></div>
|
|
|
|
<svg id="newsButtonSVG" viewBox="0 0 24.87 13.97">
|
|
|
|
<defs>
|
|
|
|
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;}</style>
|
|
|
|
</defs>
|
|
|
|
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
|
|
|
|
</svg>
|
2022-08-09 09:11:38 +00:00
|
|
|
<span id="dynmapDoneButtonText">MAP</span>
|
2022-08-02 03:05:49 +00:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="iframecontainer">
|
|
|
|
<iframe id="dynmapiframe" src="https://minemap.gregbrzezinski.com" frameborder="0"></iframe>
|
|
|
|
</div>
|
|
|
|
<script src="./assets/js/scripts/dynmap.js"></script>
|
|
|
|
</div>
|