Newer
Older
gpx_web_viewer / index.html
@GallaFrancesco GallaFrancesco on 28 Dec 2022 859 bytes first
<html>
  <head>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" />
    <link rel="stylesheet" href="http://localhost:8888/css/stylesheet.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-gpx/1.7.0/gpx.min.js"></script>
  </head>
  <body>
    <title>GPX track viewer</title>

    <h1>________/^v^\________</h1>
    <h1>........: GpX :........</h1><p></p>

    <div id="map"></div>
    <script src="http://localhost:8888/js/gpx.js"></script>

    <p></p>
    <h1>
    <pre>
---------- __o       __o       __o       __o
-------- _`\<,_    _`\<,_    _`\<,_    _`\<,_
------- (*)/ (*)  (*)/ (*)  (*)/ (*)  (*)/ (*)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    </pre>
    </h1>
  </body>
</html>