aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index eca4ac1..fa7805a 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,10 @@
<head>
<meta charset="utf-8">
<title>Geo Feature Explorer</title>
+
+ <link rel="stylesheet" href="https://openlayers.org/en/v4.1.0/css/ol.css" type="text/css">
</head>
<body>
+ <script src="https://openlayers.org/en/v4.1.0/build/ol.js"></script>
</body>
</html>