-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
98 lines (98 loc) · 3.46 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html
data-wf-page="63e11cde70445453c8c4eb88"
data-wf-site="63e11cde7044540a47c4eb7d"
>
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta
content="We're here to bring a taste of Nashville to northern Virginia."
name="description"
/>
<title>404 - CJ's Nashville Hot Chicken</title>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph -->
<meta content="CJ's Nashville Hot Chicken" property="og:title" />
<meta
content="We're here to bring a taste of Nashville to northern Virginia."
property="og:description"
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://mrc7.s3.amazonaws.com/images/nashville/opengraph.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1247" />
<!-- Twitter -->
<meta content="CJ's Nashville Hot Chicken" property="twitter:title" />
<meta
content="We're here to bring a taste of Nashville to northern Virginia."
property="twitter:description"
/>
<meta content="summary_large_image" name="twitter:card" />
<meta content="Webflow" name="generator" />
<link href="css/normalize.css" rel="stylesheet" type="text/css" />
<link href="css/webflow.css" rel="stylesheet" type="text/css" />
<link
href="css/donta-smiths-ultra-awesome-site.webflow.css"
rel="stylesheet"
type="text/css"
/>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">
!(function (o, c) {
var n = c.documentElement,
t = " w-mod-";
(n.className += t + "js"),
("ontouchstart" in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + "touch");
})(window, document);
</script>
<style>
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
</head>
<body>
<div class="utility-page-wrap-2">
<div class="container flex-vertical">
<img src="images/Logo.png" alt="" class="utility-image" />
<h2>Page Not Found</h2>
<div>
<p class="utility-paragraph">
Sorry, the page you're looking for cannot be found <br />Visit
our <a href="index" class="link">homepage</a>, to get back on track.
</p>
</div>
</div>
</div>
<script
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=63e11cde7044540a47c4eb7d"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script src="js/main.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>