This commit is contained in:
Concept Agent
2026-05-15 18:02:38 +02:00
parent 72016728e2
commit 307e452251
175 changed files with 9316 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
<!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>&copy; 2025 All Rights Reserved. Lahr Carpet Cleaning</p>
</div>
</div>
</footer>
</body>
</html>