summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 8596014..b57c57f 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3,6 +3,8 @@
<head>
<title>Eventmap</title>
<link rel="stylesheet" href="css/leaflet.css" />
+ <link rel="stylesheet" href="css/leaflet.contextmenu.css" />
+ <link rel="stylesheet" href="css/leaflet.draw.css" />
<link rel="stylesheet" href="css/eventmap.css" />
</head>
<body>
@@ -14,6 +16,8 @@
</div>
<script src="js/jquery.min.js"></script>
<script src="js/leaflet.js"></script>
+ <script src="js/leaflet.contextmenu.js"></script>
+ <script src="js/leaflet.draw.js"></script>
<script src="js/eventmap.js"></script>
</body>
</html>