Skip to content

Commit

Permalink
410 error page
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed May 16, 2020
1 parent bacc161 commit debecf3
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions public/410.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>410 Gone</title>
<style>
body {
margin:0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
text-align: center;
}
h1 { font-weight:normal; font-size:64px; color:#777; font-weight:300; margin:0 0 0.5em; }
h1 span { font-weight:100; color:#c00; letter-spacing: -4px; }
p { font-size:20px; color:#777; }
html { height: 100vh }
body { display: flex; align-items: center; height:100vh }
article { flex: 1; }
p a { font-size:16px; color:#369; }
.dino { font-size:160px; }
.sorry { font-size:24px; color:#555; font-weight:bold; }
</style>
</head>
<body>
<article>
<h1><span class="num">410</span> Gone</h1>
<p>
<span class='dino'>🦕</span>
</p>
<p class="sorry">
Sorry. It's gone.
</p>
<p>
The condition is likely permanent.
</p>
<p>
<a href="/">Home</a>
</p>
</article>
</body>
</html>

0 comments on commit debecf3

Please # to comment.