-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
68 lines (67 loc) · 2.68 KB
/
404.html
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
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>404: Page Not Found | Shelby Ready</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#214DA6" />
<meta name="msapplication-TileColor" content="#d9a918" />
<meta name="theme-color" content="#d9a918" />
<meta
name="description"
content="The page you are looking for does not exist. It may have been moved to a new location."
/>
<meta property="og:title" content="Page Not Found | Shelby Ready" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://shelbyready.com" />
<meta property="og:image" content="/assets/images/Meta.png" />
<meta
property="og:description"
content="The page you are looking for does not exist. It may have been moved to a new location."
/>
<meta property="og:site_name" content="Shelby Ready" />
<meta name="twitter:title" content="Page Not Found | Shelby Ready" />
<meta
name="twitter:description"
content="The page you are looking for does not exist. It may have been moved to a new location."
/>
<meta name="twitter:card" content="summary" />
<link href="/normalize.css" rel="stylesheet" />
<link href="/global.css" rel="stylesheet" />
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header>
<div class="inner-content">
<a href="/"><img src="/assets/images/Logo.svg" alt="Shelby ready" /></a>
<nav>
<a href="/">Home</a>
</nav>
</div>
</header>
<main id="main-content" class="inner-content">
<section class="banner">
<h1>404: Page Not Found</h1>
</section>
<section class="inner-content body">
The page you are looking for does not exist. It may have been moved to a
new location. Head to the <a href="/">Homepage</a> to look around.
</section>
</main>
<footer>
<div class="inner-content">
<address>
<a href="mailto:info@shelbyready.com">info@shelbyready.com</a>
</address>
<a href="/privacy-policy">Privacy Policy</a>
</div>
</footer>
<script src="/bundle.js"></script>
</body>
</html>