diff options
Diffstat (limited to 'src/static/index.html')
| -rw-r--r-- | src/static/index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/static/index.html b/src/static/index.html deleted file mode 100644 index 5bfcc1f..0000000 --- a/src/static/index.html +++ /dev/null @@ -1,18 +0,0 @@ -<!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>Nearest shop map</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="leaflet-heat.js" defer></script> - <script src="main.js" defer></script> - </head> - <body> - <div id="map"></div> - </body> -</html> |
