-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
47 lines (41 loc) · 1.02 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
<html lang="en">
<head>
<title>404</title>
<link rel="icon" href="aqicon.ico" type="image/x-icon" />
<style type="text/css">
body {
background-color: #fff;
color: #666;
text-align: center;
font-family: arial, sans-serif;
padding: 0;
margin: 0;
}
.warn {
width: 100%;
margin-top: 100px;
text-align: center;
padding: 0;
}
h1 {
font-size: 28px;
color: #aaa;
line-height: 1.5em;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<div class="warn">
<img src="/images/dead-fish-clipart-6.jpg"
width=200px
title="http://getdrawings.com/dead-fish-clipart" />
<br><br>
<h1 style='color: green'>Floundered!</h1>
<h1>The page you are looking for cannot be found</h1>
<h2><a href="https://aquarium.bio">Would you like to go back to the Aquarium home page ?</a></h2>
</div>
</body>
</html>