1
This commit is contained in:
136
404.html
Normal file
136
404.html
Normal file
@@ -0,0 +1,136 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<title>Hestia Homes | 404 Error</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="Hestia Homes" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Vendor CSS Files -->
|
||||
<link href="/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
||||
<link href="/assets/vendor/aos/aos.css" rel="stylesheet">
|
||||
<link href="/assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
|
||||
<link href="/assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Main CSS File -->
|
||||
<link href="/assets/css/main.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header id="header" class="header d-flex align-items-center sticky-top">
|
||||
<div class="container position-relative d-flex align-items-center">
|
||||
|
||||
<a href="/" class="logo d-flex align-items-center me-auto">
|
||||
<!-- Uncomment the line below if you also wish to use an image logo -->
|
||||
<img src="/img/hestia-homes-logo.webp" alt="Hestia Homes">
|
||||
<!--<h1 class="sitename"></h1><span>.</span>-->
|
||||
</a>
|
||||
|
||||
<nav id="navmenu" class="navmenu">
|
||||
<ul>
|
||||
<li><a href="/" class="">Home</a></li>
|
||||
</ul>
|
||||
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
|
||||
</nav>
|
||||
|
||||
<div class="header-social-links">
|
||||
<a href="https://www.linkedin.com/in/brendonmcgann/" target="_blank" rel="noopener noreferrer" class="linkedin"><i class="bi bi-linkedin"></i></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<!-- Error start -->
|
||||
<div class="container-fluid" style="padding-top: 150px; padding-bottom: 160px;">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 d-flex align-items-center justify-content-center mb-3" style="height: 10vh;">
|
||||
<i class="fa-solid fa-circle-exclamation" style="font-size: 100px; color: #2492eb;"></i>
|
||||
</div>
|
||||
<div class="col-lg-12 text-center mt-3">
|
||||
<h1>
|
||||
404 Error
|
||||
</h1>
|
||||
<h2 class="mb-4">
|
||||
Sorry, the page you’re looking for doesn’t exist or has been moved.
|
||||
</h2>
|
||||
</div>
|
||||
<div class="text-center mx-auto mb-3" style="max-width: 760px;">
|
||||
<a href="/" class="btn-email" style="font-size: 22px;">Return to Homepage</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Error end -->
|
||||
|
||||
</main>
|
||||
|
||||
<footer id="footer" class="footer dark-background">
|
||||
|
||||
<div class="container footer-top">
|
||||
<div class="row gy-4">
|
||||
<div class="col-lg-4 col-md-4 footer-about">
|
||||
<a href="/" class="logo d-flex align-items-center">
|
||||
<span class="sitename">Hestia Homes</span>
|
||||
</a>
|
||||
<div class="footer-contact pt-3">
|
||||
<p class="mt-3"><strong>Phone:</strong> <span>912-308-0522</span></p>
|
||||
<p><strong>Email:</strong> <span>brendon@hestiamhomes.com</span></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container copyright text-center mt-4">
|
||||
<p>© <span>Copyright</span><strong class="px-1 sitename">2025 Hestia Homes</strong><span>All Rights Reserved</span></p>
|
||||
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
||||
<!-- Scroll Top -->
|
||||
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
|
||||
|
||||
<!-- Preloader -->
|
||||
<div id="preloader"></div>
|
||||
|
||||
<!-- Vendor JS Files -->
|
||||
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/vendor/php-email-form/validate.js"></script>
|
||||
<script src="/assets/vendor/aos/aos.js"></script>
|
||||
<script src="/assets/vendor/glightbox/js/glightbox.min.js"></script>
|
||||
<script src="/assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
|
||||
<script src="/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
|
||||
<script src="/assets/vendor/waypoints/noframework.waypoints.js"></script>
|
||||
<script src="/assets/vendor/swiper/swiper-bundle.min.js"></script>
|
||||
|
||||
<!-- Main JS File -->
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user