diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 23:08:54 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 23:08:54 +0100 |
| commit | 1b0836da7305ac26b38ed941a957f4310ec96965 (patch) | |
| tree | 582e7e06dfe8e4751730205fdc0b2a9aacbf9316 /walks/index.template.html | |
| parent | 5829cfc0506460d38dfe577692d6d3c9bb97ec76 (diff) | |
| download | cacharle.xyz-1b0836da7305ac26b38ed941a957f4310ec96965.tar.gz cacharle.xyz-1b0836da7305ac26b38ed941a957f4310ec96965.tar.bz2 cacharle.xyz-1b0836da7305ac26b38ed941a957f4310ec96965.zip | |
Added walks
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 --> |
