-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
59 lines (58 loc) · 1.5 KB
/
404.html
File metadata and controls
59 lines (58 loc) · 1.5 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
<!DOCTYPE html>
<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>404 - Oh dear...</title>
<link rel="shortcut icon" href="favicon.ico">
<meta name="description" content="404 error page">
<meta name="generator" content="Bluefish 2.2.7" >
<meta name="author" content="wilf" >
<meta http-equiv="content-language" content="en-uk">
<!--<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>-->
<link href="font/opensans/300.css" rel='stylesheet' type='text/css'>
<style type="text/css">
html { height: 100%; }
body {
background: url(img/404.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
color: #FFF;
}
h1 {
font-weight: 300;
font-size: 3.3em;
}
a {
border-bottom: 1px solid rgba(238,154,22,0.2);
color: #f66e00;
text-decoration: none;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
transition: .2s ease;
}
a:focus, a:hover {
outline: none;
border-bottom: 1px solid #f66e00;
}
#test {
position: absolute;
top: 50%; left: 0;
width: 100%;
height: 12em; margin-top: -6em;
text-align: center;
vertical-align: middle;
font-size: 1.5em;
text-shadow: 2px 2px 3px #000;
}
</style>
</head>
<body lang="en-gb">
<div id="test">
<h1>Something got lost...</h1>
That link appears not to exist (404 Error) - please try back on <a href="https://wilfm.github.io/">the main site</a>
</div>
</body>
</html>