-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
108 lines (61 loc) · 2.41 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
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>404 Page not found | Russell Rollins</title>
<meta charset="UTF-8">
<meta name="language" content="en">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="404 Page not found" />
<meta name="twitter:description" content=""/>
<meta name="twitter:site" content="https://twitter.com/Russell_Rollins" />
<meta name="twitter:creator" content="https://twitter.com/Russell_Rollins" />
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<link type="text/css" rel="stylesheet" href="/css/404.min.2b1ffedfa1cd39e26610d196bbb8604dde61be38e0eb9245f86e40a758e86697.css" integrity="sha256-Kx/+36HNOeJmENGWu7hgTd5hvjjg65JF+G5Ap1joZpc="/>
<link type="text/css" rel="stylesheet" href="/css/custom.min.744ffb157ee70608692600e81f2369bf711f034d67c11157144b8f8df9099206.css" integrity="sha256-dE/7FX7nBghpJgDoHyNpv3EfA01nwRFXFEuPjfkJkgY="/>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https:\/\/russellrollins.com\/404.html",
"name": "404 Page not found",
"author": {
"@type": "Person",
"name": ""
},
"description": ""
}
</script>
</head>
<body>
<div class="burger__container">
<div class="burger" aria-controls="navigation" aria-label="Menu">
<div class="burger__meat burger__meat--1"></div>
<div class="burger__meat burger__meat--2"></div>
<div class="burger__meat burger__meat--3"></div>
</div>
</div>
<nav class="nav" id="navigation">
<ul class="nav__list">
<li>
<a href="/about">about</a>
</li>
<li>
<a href="/blog">blog</a>
</li>
</ul>
</nav>
<main>
<article>
<h1>
This is not the page you were looking for
</h1>
</article>
</main>
<script src="/js/index.min.575dda8d49ee02639942c63564273e6da972ab531dda26a08800bdcb477cbd7f.js" integrity="sha256-V13ajUnuAmOZQsY1ZCc+balyq1Md2iagiAC9y0d8vX8=" crossorigin="anonymous"></script>
</body>
</html>