Vandevliet.AerialShots.Website/public/contact.html
Bob Vandevliet adfd9bb4b7 Fix contact page meta tags and privacy page broken footer.
Contact: add SSI variables, fix title and OG URL to /contact.
Privacy: replace non-existent /includes/footer.html with standard
footer-bottom.html partial.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:20:58 +01:00

40 lines
No EOL
1.4 KiB
HTML

<!--# set var='title' value='Contact' -->
<!--# set var='description' value='Neem contact op voor een vrijblijvende offerte. FPV dronevideo voor bedrijven, vastgoed, recreatie, sport en evenementen.' -->
<!DOCTYPE html>
<html lang="nl" data-bs-theme="dark">
<head>
<!--# include file='/includes/partials/head-content.html' -->
<title><!--# echo var='title' --> • Vandevliet Aerial Shots</title>
<meta name="description" content="<!--# echo var='description' -->">
<meta property="og:title" content="<!--# echo var='title' --> • Vandevliet Aerial Shots">
<meta property="og:description" content="<!--# echo var='description' -->">
<meta property="og:type" content="website">
<meta property="og:locale" content="nl_NL">
<meta property="og:url" content="https://vandevliet-aerialshots.com/contact">
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
</head>
<body class="d-flex flex-column min-vh-100">
<header>
<!--# include file='/includes/components/nav.html' -->
</header>
<main>
<section class="container-xxl pb-0">
<h1 id="contact" class="text-center">Contact</h1>
<!--# include file='/includes/components/contact-row.html' -->
</section>
<!-- Nothing more here yet, contact form will be added later.. -->
</main>
<footer class="bg-secondary-subtle">
<!--# include file='/includes/partials/footer-bottom.html' -->
</footer>
</body>
</html>