Skip to content

Commit

Permalink
Add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Mar 29, 2020
1 parent 116c784 commit c6095ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<head>
<meta charset="UTF-8" />
<title>Can I email… 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
*{margin:0;padding:0;box-sizing:border-box}body{display:flex;align-items:center;justify-content:center;padding:0 1em;min-width:17.5rem;min-height:100vh;font:1em/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;color:#b1b1b3;background:#1b1b1d;scroll-behavior:smooth}h1{color:#fff}img{display:block;margin:1rem auto;filter: invert(1)}
</style>
</head>
<body>
<div>
<img src="assets/images/logo.svg" alt="Can I email…" width="260" height="260" />
<img src="/assets/images/logo.svg" alt="Can I email…" width="260" height="260" />
<h1>Whoops&hellip; <br />Looks like I can not email that.</h1>
</div>
</body>
Expand Down

0 comments on commit c6095ce

Please sign in to comment.