-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (22 loc) · 1.27 KB
/
Copy path404.html
File metadata and controls
23 lines (22 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Delta Atlas - Not found</title>
<style>
body{margin:0;height:100vh;display:flex;align-items:center;justify-content:center;
background:#16301f;color:#fafcf7;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;}
.box{text-align:center;max-width:440px;padding:24px;}
h1{font-size:22px;margin:0 0 8px;} p{color:#d3decf;font-size:14px;line-height:1.6;}
a{display:inline-block;margin-top:16px;color:#e3c258;border:1px solid #4a6b56;border-radius:9px;
padding:9px 16px;text-decoration:none;}
a:hover{border-color:#e3c258;}
/* canonical typography: one baseline across every page (added 2026-07-11) */
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:14.5px;font-weight:450;line-height:1.6;}
textarea,input,select{font-family:inherit;font-size:14px;line-height:1.5;}
button{font-family:inherit;}
::placeholder{color:var(--dim);opacity:1;}
</style></head><body>
<div class="box"><h1>That page isn't here</h1>
<p>The link may be mistyped, or the page moved. Everything in this project lives behind the home page.</p>
<a href="/index.html">Go to the start</a></div>
</body></html>