diff options
Diffstat (limited to 'walks/index.template.html')
| -rw-r--r-- | walks/index.template.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/walks/index.template.html b/walks/index.template.html new file mode 100644 index 0000000..672262a --- /dev/null +++ b/walks/index.template.html @@ -0,0 +1,35 @@ +<!-- HEAD --> + <!-- <link rel="stylesheet" --> + <!-- href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" --> + <!-- integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" --> + <!-- crossorigin=""/> --> +<!-- ENDHEAD--> + +<!-- CONTENT --> + + <ul> + <!-- <li> --> + <!-- <a href="map/bigger-loop">view on map</a> --> + <!-- <a href="gpx/bigger-loop.gpx">bigger-loop.gpx</a> --> + <!-- <img src="cool.gif"/> --> + <!-- </li> --> + + <!-- MAPINDEX --> + </ul> + + <!-- <div class="maps-container"> --> + <!-- --> + <!-- <div class="map"> --> + <!-- <div class="map-anchor"></div> --> + <!-- <a href="gpx/bigger-loop.gpx">bigger-loop.gpx</a> --> + <!-- </div> --> + <!-- --> + <!-- </div> --> + + + <!-- <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js" --> + <!-- integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" --> + <!-- crossorigin=""> --> + <!-- </script> --> + <!-- <script src="script.js"></script> --> +<!-- ENDCONTENT --> |
