summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 388715b..fbe52c0 100644
--- a/web/index.html
+++ b/web/index.html
@@ -6,6 +6,7 @@
<link rel="stylesheet" href="css/leaflet.contextmenu.css" />
<link rel="stylesheet" href="css/leaflet.draw.css" />
<link rel="stylesheet" href="css/leaflet.label.css" />
+ <link rel="stylesheet" href="css/leaflet.search.css" />
<link rel="stylesheet" href="css/eventmap.css" />
</head>
<body>
@@ -20,6 +21,7 @@
<script src="js/leaflet.contextmenu.js"></script>
<script src="js/leaflet.draw.js"></script>
<script src="js/leaflet.label.js"></script>
+ <script src="js/leaflet.search.js"></script>
<script src="js/eventmap.js"></script>
</body>
</html>