39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Page Not Found | Lahr Carpet Cleaning</title>
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
</head>
|
|
<body>
|
|
<header class="header" id="header">
|
|
<div class="container">
|
|
<nav class="navbar">
|
|
<a href="/" class="logo">
|
|
<span class="logo-text">Lahr <span class="logo-highlight">Carpet</span></span>
|
|
</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="hero page-hero" style="min-height:60vh;display:flex;align-items:center;">
|
|
<div class="container" style="text-align:center;">
|
|
<h1 class="hero-title" style="font-size:6rem;margin-bottom:0;">404</h1>
|
|
<h2 class="section-title" style="margin-top:0;">Page Not Found</h2>
|
|
<p class="paragraph" style="margin-bottom:32px;">The page you are looking for does not exist or has been moved.</p>
|
|
<a href="/" class="btn btn-primary">Back to Home</a>
|
|
</div>
|
|
</section>
|
|
|
|
<footer class="footer">
|
|
<div class="footer-bottom">
|
|
<div class="container">
|
|
<p>© 2025 All Rights Reserved. Lahr Carpet Cleaning</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|