diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..0687a85 --- /dev/null +++ b/404.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>404 | Website Audit Checklist</title> + <meta name="description" content="Oops! The page you're looking for doesn't seem to exist"> + <link rel="preload" href="style.css" as="style"> + <link rel="stylesheet" href="style.css"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-precomposed.png"> + <link rel="shortcut icon" href="favicon.png"> + <!-- Open Graph / Facebook --> + <meta property="og:type" content="website"> + <meta property="og:url" content="https://webaud.it/"> + <meta property="og:title" content="Website Audit Checklist"> + <meta property="og:description" content="Frontend checklist to audit your website for proper formatting, performance, accessibility, and security standards"> + <meta property="og:image" content="https://webaud.it/images/social-image.png"> + <!-- Twitter --> + <meta property="twitter:card" content="summary_large_image"> + <meta property="twitter:url" content="https://webaud.it/"> + <meta property="twitter:title" content="Website Audit Checklist"> + <meta property="twitter:description" content="Frontend checklist to audit your website for proper formatting, performance, accessibility, and security standards"> + <meta property="twitter:image" content="https://webaud.it/images/social-image.png"> + <meta property="copyright" content="© 2006-2019 Bradley Taunt"> +</head> +<body id="media"> + + <header role="banner"> + <a href="/" class="logo"></a> + <a href="#main" class="skip-content">Skip to content (Press Enter)</a> + </header> + + <main role="main" id="main"> + + <section role="heading" aria-label="Main heading"> + <h1>404</h1> + <p>Oops. The page you're looking for doesn't seem to exist.</p> + <a href="/" class="btn btn--btn-important">Return to Homepage</a> + </section> + + </main> + + <footer role="contentinfo"> + <p> + <small> + Made by <a href="https://bradleytaunt.com">Bradley Taunt</a>. © 2019 + <br> + This website does not track data or analytics. + </small> + </p> + </footer> + + <script src="//instant.page/1.2.2" type="module" integrity="sha384-2xV8M5griQmzyiY3CDqh1dn4z3llDVqZDqzjzcY+jCBCk/a5fXJmuZ/40JJAPeoU"></script> + +</body> +</html>
\ No newline at end of file |