60 lines
No EOL
2 KiB
HTML
60 lines
No EOL
2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>404 Not Found - WillowMeCreations</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Playfair+Display:400,700">
|
|
</head>
|
|
|
|
<body>
|
|
<header class="header">
|
|
<div class="container">
|
|
<div class="logo">
|
|
<img src="img/logo-transparent.png" alt="WillowMeCreations logo">
|
|
</div>
|
|
<nav class="topnav" id="myTopnav">
|
|
<a href="index.html">Home</a>
|
|
<a href="about.html">About</a>
|
|
<a href="news.html">News</a>
|
|
<a href="products.html">Products</a>
|
|
<a href="contact.html">Contact</a>
|
|
<a href="javascript:void(0);" class="icon" onclick="toggleMenu()">
|
|
<i class="fa fa-bars"></i>
|
|
</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="error-404">
|
|
<div class="container">
|
|
<h1>404</h1>
|
|
<h2>Page Not Found</h2>
|
|
<p>Oops! It looks like the page you are looking for does not exist. It might have been moved or deleted.</p>
|
|
<a href="index.html" class="btn">Go to Homepage</a>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="footer-info">
|
|
<h2>WillowMeCreations</h2>
|
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
|
</div>
|
|
<div class="social-media">
|
|
<h2>Follow Me</h2>
|
|
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
|
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
|
|
<a href="https://tiktok.com/bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i></a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |