aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: fa7805a67bbc7509457411fd0734c2bbb3fde5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="en">
<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>