forked from raghudotcc/simply-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (30 loc) · 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
---
permalink: /404.html
layout: post
---
<style>
.gHomeNF {
width: 120px;
height: 40px;
font-size: 1.0rem;
border: 1px solid #ddd;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; /*'Open Sans', sans-serif; /* Font family for each predefined tags */
color: #555;
box-shadow: 0 4px 4px 0 #ddd;
}
.gHomeNF:hover,
.gHomeNF:focus {
background-color: #333333;
color: #fff;
}
.gHomeNF:active {
box-shadow: 0px 0px;
}
p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; /*'Open Sans', sans-serif; /* Font family for each predefined tags */
}
</style>
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
<button class="gHomeNF" type=button onclick="window.location='/index.html'">Go Home</button>