summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..8596014
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>Eventmap</title>
+ <link rel="stylesheet" href="css/leaflet.css" />
+ <link rel="stylesheet" href="css/eventmap.css" />
+ </head>
+ <body>
+ <div id="main">
+ <div id="map"></div>
+ </div>
+ <div id="sidebar">
+ <p>Sidebar</p>
+ </div>
+ <script src="js/jquery.min.js"></script>
+ <script src="js/leaflet.js"></script>
+ <script src="js/eventmap.js"></script>
+ </body>
+</html>