Files
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>403 Forbidden — 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">403</h2>
<p class="hero-sub">Access denied. You don't have permission to view this content.</p>
</div>
</section>
<section class="about wrap reveal">
<h3 class="section-title">Access Forbidden</h3>
<p>This page or resource is restricted and you don't have permission to access it. If you believe this is an error, please contact the site administrator.</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>