-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
50 lines (47 loc) · 1.09 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
---
layout: null
search: exclude
sitemap: false
---
<!-- https://codepen.io/igloude/pen/qNNWKr -->
<style>
body, h1, p, a {color: #e0e2f4;}
body, p {font: normal 20px/1.25rem monospace;}
h1 {font: normal 2.75rem/1.05em monospace;}
body {background: #0414a7;}
.bsod {
width: 90%;
margin: auto;
max-width: 640px;
padding-top: 10%;
}
.bsod .neg {
text-align: center;
color: #0414a7;
}
.bsod .neg .bg {
background: #aaaaaa;
padding: 0 15px 2px 13px;
}
.bsod .title {
margin-bottom: 50px;
}
.bsod .nav {
margin-top: 35px;
text-align: center;
}
.bsod .nav .link {
text-decoration: none;
padding: 0 9px 2px 8px;
}
.bsod .nav .link:hover, .bsod .nav .link:focus {
background: #aaaaaa;
color: #0414a7;
}
</style>
<main lang="en" class="bsod">
<h1 class="neg title"><span class="bg">kinh nhật tụng</span></h1>
<h2 class="neg title"><span class="bg">Error - 404</span></h1>
<p>URL not found, to continue: Return to the homepage.</p>
<nav class="nav">👉<!-- 👉 --><a rel="prev" href="{{ site.baseurl }}/" class="link">HOME</a>👈<!-- 👈 --></nav>
</main>