-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
54 lines (50 loc) · 1.28 KB
/
404.html
File metadata and controls
54 lines (50 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<title>404</title>
<style>
img {
width: 250px;
-webkit-filter: drop-shadow(5px 5px 5px #666666);
filter: drop-shadow(5px 5px 5px #666666);
}
</style>
</head>
<body>
<img src="https://mackeylol.com/images/Logo.svg" alt="Mackeylols logo" class="center">
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
<style>
div.a {
text-align: center;
}
</style>
<div class="a">
<h1>Hey sorry but the page that you are looking for is now gone or never existed to begin with.</h1>
<style>.btn {
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff;
background: #b9bcbd;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #2b2b2b;
text-decoration: none;
}</style>
<div id="button-wrap-inner">
<a class="btn" href=/>Go Home</a>
</div>
</div>
</body>
</html>