-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
102 lines (56 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>404 Page not found | My New Hugo Site</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">
<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.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css" integrity="sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="/>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https:\/\/maynouf.github.io\/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</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.301a8b0870381bf76b3b5182e8966d363a0474281183439beb024d8b8228fc66.js" integrity="sha256-MBqLCHA4G/drO1GC6JZtNjoEdCgRg0Ob6wJNi4Io/GY=" crossorigin="anonymous"></script>
</body>
</html>