aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: f0023ab9ebf6e9f425b20ab255523f43b058f492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Hikers</title>
    <link rel="stylesheet" href="style/style.css">
    <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
    <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
  </head>
  <body>
    <input type="file" id="files" />
    <div style="height:600px" id="map"></div>
    <script src="static/hikers.js"></script>
  </body>
</html>