diff options
Diffstat (limited to 'src/static/index.html')
| -rw-r--r-- | src/static/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/static/index.html b/src/static/index.html new file mode 100644 index 0000000..f7520ed --- /dev/null +++ b/src/static/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>HTML 5 Boilerplate</title> + <link rel="stylesheet" href="leaflet.css"/> + <link rel="stylesheet" href="main.css"/> + <!-- Make sure you put this AFTER Leaflet's CSS --> + <script src="leaflet.js" defer></script> + <script src="main.js" defer></script> + </head> + <body> + <div id="map"></div> + </body> +</html> |
