-
-
Notifications
You must be signed in to change notification settings - Fork 123
/
index.html
42 lines (38 loc) · 1.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=divice-width, initial-scale=1.0">
<meta name="author" content="SkyWolf">
<title>404 | Page not found</title>
<style>
* {
margin: 0;
padding: 0;
}
.imgbox {
display: grid;
height: 100%;
}
.center-fit {
max-width: 100%;
max-height: 100vh;
margin: auto;
}
</style>
</head>
<body>
<div class="">
<div class="imgbox">
<img class="center-fit" src='https://cdnb.artstation.com/p/assets/images/images/017/377/461/original/alex-x-x-furret-walk-gif.gif?1555709803'>
</div>
<div class="">
<center> <h2>It appears furret lost the direction of the page you are looking for! <br> </h2> </center>
<h3>
<center> Go back to familiar lands? <a href="index.html">Click here</a> </center>
</h3>
</div>
</div>
</body>
</html>