53 lines
2.2 KiB
PHP
53 lines
2.2 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Thank You - Kotkakey</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
</head>
|
|
<body>
|
|
|
|
<header class="bg-white shadow-sm">
|
|
<nav class="navbar navbar-expand-lg navbar-light">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="index.php">
|
|
<img src="assets/pasted-20251114-095035-cf5716ad.png" alt="Kotkakey Logo" height="40">
|
|
</a>
|
|
<div class="ms-auto">
|
|
<span class="navbar-text me-3">EN / FI</span>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="section text-center">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-8">
|
|
<div class="card p-4 p-md-5">
|
|
<h1 class="display-4">Thank You!</h1>
|
|
<p class="lead">Your message has been sent successfully. We will get back to you as soon as possible.</p>
|
|
<a href="index.php" class="btn btn-primary mt-3">Return to Homepage</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="py-4 bg-dark text-white mt-auto">
|
|
<div class="container text-center">
|
|
<p>Email: <a href="mailto:info@kotkakey.com" class="text-white">info@kotkakey.com</a> | <a href="https://www.linkedin.com/company/kotkakey" class="text-white">LinkedIn</a></p>
|
|
<p><a href="#" class="text-white">Privacy Policy</a> | GDPR Compliant</p>
|
|
<small>© <?php echo date("Y"); ?> Kotkakey. All Rights Reserved.</small>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|