2024-06-26 17:10:00 +02:00
|
|
|
<!--# set var="site" value="Vandevliet Aerial Shots" -->
|
|
|
|
|
|
2024-06-07 20:35:55 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
|
|
<title><!--# echo var="title" default="Title" --></title>
|
|
|
|
|
|
2024-07-13 18:09:28 +02:00
|
|
|
<meta name="description" content="Vandevliet Aerial Shots maakt FPV dronevideo's voor bedrijven, vastgoed en (sport)evenementen.">
|
|
|
|
|
|
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-13 13:10:18 +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>
|
|
|
|
|
|
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="
|
|
|
|
|
default-src 'self';
|
|
|
|
|
script-src 'self' https://cdn.jsdelivr.net https://*.fontawesome.com;
|
|
|
|
|
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-06-07 20:35:55 +02:00
|
|
|
</head>
|