diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-10-12 11:52:24 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-10-12 11:52:24 -0400 |
| commit | 706bc8ce0fbf74400d8beed3743f5f159af02d1e (patch) | |
| tree | 6d0710b7a9fece3e39f397d1010041c766492b28 /index.html | |
| parent | d09a58136b3f5472127ec375cb7a2b9c44b8f698 (diff) | |
| download | hike.rs-706bc8ce0fbf74400d8beed3743f5f159af02d1e.tar.gz | |
MVP
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..f0023ab --- /dev/null +++ b/index.html @@ -0,0 +1,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> |
