-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path404.html
44 lines (37 loc) · 851 Bytes
/
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
---
permalink: /404.html
layout: rubynews
---
<style type="text/css" media="screen">
.main-header {
flex-direction: column;
height: 100vh;
}
p {
color: #fff;
margin: 30px 0;
font-size: 1rem;
line-height: 1;
}
a.home-button {
color: #fff !important;
background-color: transparent !important;
}
a.home-button:hover {
color: #fff !important;
background-color: #FF0B54 !important;
}
span.blend {
text-align: center;
}
</style>
<div class="main-header h-100vh">
<div class="head">
<div class="bg-blend">
<span class="blend" content="Aww 404!"></span>
</div>
</div>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
<a href="/" class="home-button mdl-button mdl-js-button mdl-js-ripple-effect">Back to Home</a>
</div>