2024-06-07 20:35:55 +02:00
|
|
|
<head>
|
2024-07-26 15:00:50 +02:00
|
|
|
|
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBS1M2FW9B"></script>
|
|
|
|
|
<script>
|
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
|
function gtag() { dataLayer.push(arguments); }
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
gtag('set', 'anonymize_ip', true);
|
|
|
|
|
gtag('set', 'allow_ad_personalization_signals', false);
|
|
|
|
|
gtag('set', 'allow_google_signals', false);
|
|
|
|
|
gtag('config', 'G-HBS1M2FW9B', {
|
|
|
|
|
anonymize_ip: true,
|
|
|
|
|
allow_ad_personalization_signals: false,
|
|
|
|
|
allow_google_signals: false,
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
|
2024-06-07 20:35:55 +02:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
|
|
<title><!--# echo var="title" default="Title" --></title>
|
|
|
|
|
|
2024-07-16 16:32:19 +02:00
|
|
|
<meta http-equiv="Content-Security-Policy" content="
|
|
|
|
|
default-src 'self';
|
2024-07-19 10:09:03 +02:00
|
|
|
script-src 'self' 'unsafe-inline' https://*.fontawesome.com https://cdn.jsdelivr.net;
|
2024-07-16 16:32:19 +02:00
|
|
|
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
|
|
|
|
font-src 'self' https://*.fontawesome.com;
|
|
|
|
|
connect-src 'self' https://*.fontawesome.com;
|
|
|
|
|
object-src 'none';
|
|
|
|
|
img-src 'self' data:;
|
|
|
|
|
">
|
2024-07-13 18:09:28 +02:00
|
|
|
|
2024-07-18 16:11:23 +02:00
|
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
|
|
|
|
|
|
2024-07-13 17:24:01 +02:00
|
|
|
<link rel="icon" href="assets/static/favicon.ico" type="image/x-icon">
|
|
|
|
|
<link rel="icon" href="assets/static/favicon.png" type="image/png">
|
|
|
|
|
|
2024-07-16 18:51:49 +02:00
|
|
|
<link rel="stylesheet" href="assets/css/styles.min.css">
|
2024-06-07 20:35:55 +02:00
|
|
|
|
2024-07-13 18:09:28 +02:00
|
|
|
<script src="https://kit.fontawesome.com/7e7cf109ad.js" crossorigin="anonymous" defer></script>
|
2024-06-07 20:35:55 +02:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js" crossorigin="anonymous" defer></script>
|
2024-07-13 18:09:28 +02:00
|
|
|
<script src="assets/js/scripts.min.js" async></script>
|
|
|
|
|
|
2024-07-16 16:32:19 +02:00
|
|
|
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed en (sport)evenementen.">
|
|
|
|
|
<meta property="og:description" content="FPV dronevideo's voor bedrijven, vastgoed en (sport)evenementen.">
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:locale" content="nl_NL">
|
|
|
|
|
<meta property="og:url" content="https://vandevliet-aerialshots.com">
|
|
|
|
|
<meta property="og:title" content="Vandevliet Aerial Shots">
|
|
|
|
|
<meta property="og:image" content="assets/static/logo-aerialshots-v1-w.png">
|
2024-06-07 20:35:55 +02:00
|
|
|
</head>
|