-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (21 loc) · 1.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8" />
<meta name="DESCRIPTION" content="Recente bekendmakingen (vergunningen, besluiten) van de Nederlandse gemeenten zoals Hoorn, Zaanstad, Alkmaar en Utrecht, op de kaart." />
<meta name="KEYWORDS" content="vergunning, besluit, bezwaar, bekendmaking, wabo, verleend, geweigerd" />
<meta name="ROBOTS" content="INDEX, FOLLOW" />
<meta name="VIEWPORT" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="map.css">
<script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4225848132552453" crossorigin="anonymous" async></script>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Bekendmakingen op kaart</title>
</head>
<body>
<div id="map"></div>
<script type="text/javascript" src="map.js" defer></script>
<!-- Create your own key and white list your website: https://console.cloud.google.com/apis/credentials/ -->
<!-- View usage: https://console.cloud.google.com/apis/dashboard -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=weekly&key=AIzaSyCKZTaMWxCzxnX9ssNSIWYZiAZsI3lJNO0&language=nl®ion=nl&callback=initMap" defer></script>
</body>
</html>