blob: 0687a85e40cbd886182a3738a2440fbf3e7b068c (
plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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>
|