diff options
Diffstat (limited to 'web/nms.gathering.org/ping.html')
-rw-r--r-- | web/nms.gathering.org/ping.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/nms.gathering.org/ping.html b/web/nms.gathering.org/ping.html index c9441ba..8205077 100644 --- a/web/nms.gathering.org/ping.html +++ b/web/nms.gathering.org/ping.html @@ -15,7 +15,11 @@ bottom: -14px; } </style> - <p id="playground"><img src="tg14-salkart.png" alt="" id="map" /></p> + <p id="playground"> + <svg id="lines" width="1280" height="736" style="position: absolute; top: 0; left: 0; z-index: 1"> + </svg> + <img src="tg14-salkart.png" alt="" id="map" /> + </p> <script type="text/javascript" src="ping.js"></script> </body> </html> |