Compare commits

...

3 commits

Author SHA1 Message Date
Shy
360164be7a Refined corridor
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m15s
2024-05-16 21:16:56 +02:00
Shy
e5e61fb9c4 Change misleading file name 2024-05-16 21:16:56 +02:00
3b0a40ace8 Merge branch 'change-color-of-buttons'
All checks were successful
deployment / deployment (push) Successful in 2m18s
2024-05-16 21:13:50 +02:00
4 changed files with 815 additions and 428 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 96 KiB

View file

@ -22,7 +22,7 @@
<b>Coordinates</b> (click on map)
<div id="map" title="Map for reference only. Not to scale!">
<img src="80x80.svg" onclick="mapClick(event)">
<img src="map.svg" onclick="mapClick(event)">
<div id="mapgrid"></div>
</div>

View file

@ -17,7 +17,7 @@
</div>
<div id="mapcontainer">
<div id="map">
<img src="80x80.svg" title="Map for reference only. Not to scale!">
<img src="map.svg" title="Map for reference only. Not to scale!">
<div id="mapgrid"></div>
</div>
<p id="mapnote"></p>

813
static/map.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 101 KiB