forked from asciidoctor/jekyll-asciidoc-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
208 lines (97 loc) · 3.49 KB
/
404.html
File metadata and controls
208 lines (97 loc) · 3.49 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Page not found | A bit of everything</title>
<meta name="description" content="A bit of everything">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="/assets/css/main.css">
<!--Favicon-->
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
<!-- Canonical -->
<link rel="canonical" href="/404.html">
<!-- RSS -->
<link type="application/atom+xml" rel="alternate" href="https://r3dlin3.github.io/feed.xml" title="A bit of everything" />
<!-- SEO -->
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Page not found | A bit of everything</title>
<meta name="generator" content="Jekyll v3.8.7" />
<meta property="og:title" content="Page not found" />
<meta name="author" content="r3dLiN3" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A bit of everything" />
<meta property="og:description" content="A bit of everything" />
<link rel="canonical" href="https://r3dlin3.github.io/404.html" />
<meta property="og:url" content="https://r3dlin3.github.io/404.html" />
<meta property="og:site_name" content="A bit of everything" />
<script type="application/ld+json">
{"author":{"@type":"Person","name":"r3dLiN3"},"description":"A bit of everything","@type":"WebPage","url":"https://r3dlin3.github.io/404.html","headline":"Page not found","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css">
<!-- KaTeX -->
<!-- Google Analytics -->
</head>
<body>
<header class="site-header">
<div class="branding">
<a href="/">
<img class="avatar" src="/assets/img/avatar.png" alt="avatar"/>
</a>
<h1 class="site-title">
<a href="/">A bit of everything</a>
</h1>
</div>
<nav class="site-nav">
<ul>
<li>
<a class="page-link" href="/about/">
A propos
</a>
</li>
<li>
<a class="page-link" href="/tags/">
tags
</a>
</li>
<!-- Social icons from Font Awesome, if enabled -->
<!-- Search bar -->
</ul>
</nav>
</header>
<div class="content">
<article >
<header style="background-image: url('/')">
<h1 class="title">Page not found</h1>
</header>
<section class="post-content"><h1 id="404">404</h1>
<p>Sorry, the requested page wasn’t found on the server.</p>
<h1>
<a href="/" class="button button-blue button-big">Home</a>
</h1>
</section>
</article>
</div>
<footer class="site-footer">
<nav class="site-nav">
<ul>
<li>
<a href="/feed.xml" title="Suivre sur RSS">
<i class="fa fa-fw fa-rss"></i>
</a>
</li>
<li>
<a href="https://github.com/r3dlin3" title="Follow on GitHub">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
</ul>
</nav>
<p class="text">Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <i class="fa fa-heart" aria-hidden="true" style="color:Tomato"></i>
</p>
</footer>
</body>
</html>