-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
36 lines (32 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="CaptainHook is a bloody flexible and easy to use git hook manager that makes sharing hooks with your team a breeze.">
<title>404 File Not Found</title>
<link href="css/layout.css" rel="stylesheet">
<link rel="icon" type="image/png" href="gfx/favicon.png">
<style>
html, body { height: 100%; margin:0; padding:0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1 { font-size:45px; }
p { font-size: 20px; }
a { color: #2f7891; text-decoration: none; font-weight: bold; }
a:hover { color: #16bed5; text-decoration: underline; }
.box { height: 100%; margin:0; padding:0; display: flex; justify-content: center; background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 27%, rgba(190,190,190,1) 100%);}
.center { margin:auto; width:650px; height:200px; }
img { float:right; }
</style>
</head>
<body>
<div class="box">
<div class="center">
<a href="/"><img src="gfx/captainhook.png" alt="CaptainHook"/></a>
<h1>Page Not Found ARRRRR!!!</h1>
<p>The Cap'n is out, maybe try yer luck on the <a href="/">homepage</a></p>
</div>
</div>
</body>
</html>