summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-07-23 19:03:36 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-03-05 11:12:35 +0100
commita1e38d9111819c28d14d4c598732ca6f89c5c7b2 (patch)
tree14fb75a085db1596867692c5de4c99dc48762df4 /index.html
downloadtolerancni-a1e38d9111819c28d14d4c598732ca6f89c5c7b2.tar.gz
Originální import z https://gitlab.com/mcepl/kostely
Diffstat (limited to 'index.html')
-rw-r--r--index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..51dae9b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Románské kostely v Česku</title>
+ <link rel="stylesheet"
+ href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.18.2/ol.css"
+ type="text/css">
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.18.2/ol-debug.js"
+ type="text/javascript">
+ </script>
+ <script src="https://npmcdn.com/csv2geojson@latest/csv2geojson.js"
+ type="text/javascript">
+ </script>
+ <script src="https://code.jquery.com/jquery-2.2.3.min.js"
+ type="text/javascript">
+ </script>
+ <link rel="stylesheet"
+ href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+ type="text/javascript">
+ </script>
+ <style>
+ .ol_legend {
+ bottom: 0px; left: 0px; position: absolute; background-color: #FFFFFF;
+ }
+ </style>
+</head>
+<body>
+ <div id="map">
+ <div id="popup" class="ol-popup"></div>
+ </div>
+ <script src="kostely.js" type="text/javascript">
+ </script>
+</body>
+</html>