-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
38 lines (37 loc) · 1.85 KB
/
Copy path404.html
File metadata and controls
38 lines (37 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#05070d">
<title>404 — Off the map · ORVLI</title>
<meta name="robots" content="noindex, nofollow">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Manrope:wght@400;500&family=JetBrains+Mono:wght@400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css">
<style>
.nf{ min-height:100vh; min-height:100svh; display:flex; align-items:center; justify-content:center; text-align:center; padding:40px 28px; position:relative; z-index:1; }
.nf__code{ font-family:var(--font-display); font-weight:800; font-size:clamp(96px,22vw,220px); line-height:1; letter-spacing:-.05em; margin-bottom:16px; }
.nf__title{ font-family:var(--font-display); font-weight:700; font-size:clamp(24px,3vw,36px); margin-bottom:14px; }
.nf__sub{ color:var(--text-2); font-size:18px; max-width:440px; margin:0 auto 32px; }
</style>
</head>
<body>
<div class="aurora" aria-hidden="true">
<span class="aurora__blob aurora__blob--1"></span>
<span class="aurora__blob aurora__blob--2"></span>
<span class="aurora__blob aurora__blob--3"></span>
</div>
<div class="vignette" aria-hidden="true"></div>
<main class="nf">
<div>
<div class="nf__code grad">404</div>
<h1 class="nf__title">Off the map</h1>
<p class="nf__sub">This page took a wrong turn somewhere in the loop. Let's get you back on track.</p>
<a href="index.html" class="btn btn--primary" data-magnetic>Back to ORVLI <span class="btn__arrow">→</span></a>
</div>
</main>
</body>
</html>