46 lines
1.4 KiB
HTML
46 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">
|
|
<title>500 Server Error — 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">500</h2>
|
|
<p class="hero-sub">Something went wrong on our end. We're working to fix it.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="about wrap reveal">
|
|
<h3 class="section-title">Server Error</h3>
|
|
<p>An error has occurred on the server. I has been notified and I am working to resolve the issue. Please try again later.</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>
|