Files
school-photo-project/404.html
T
2026-03-09 20:18:25 +04:00

46 lines
1.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 Not Found — Miles Allen</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="unnamed (1).png">
</head>
<body>
<header class="site-header">
<div class="wrap">
<h1 class="logo">Miles Allen</h1>
<nav class="nav">
<a href="index.html#gallery">Portfolio</a>
<a href="index.html#about">About</a>
<a href="index.html#contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="hero reveal">
<div class="wrap hero-inner">
<h2 class="hero-title">404</h2>
<p class="hero-sub">This page doesn't exist. The photo you're looking for has been lost in the shadows.</p>
</div>
</section>
<section class="about wrap reveal">
<h3 class="section-title">Page Not Found</h3>
<p>It looks like you've stumbled upon a page that doesn't exist. This could be due to a mistyped URL or a removed page.</p>
<p><a href="index.html">← Back to Home</a></p>
</section>
</main>
<footer class="site-footer">
<div class="wrap">© Miles Wolf Allen — Built with a little JS magic and sweet CSS</div>
</footer>
<script src="scripts.js" defer></script>
</body>
</html>