forked from tallteam/skunblocked1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
46 lines (40 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon.png" sizes="16x16">
<style>
.content { padding-top: 50%; }
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
a {
color: white;
}
p {
text-align: center;
font-family: 'Baloo 2', cursive;
color: white;
font-size: 200%;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
</style>
</head>
<body style="background-color:#2e75d0;">
<div>
<img src="images/SmashKarts-404-PageNotFound.png" alt="SmashKarts404" class="center">
<p>The Page you are looking for doesn't exist or another error occurred. <br>Go back, or go directly to <a href="https://smashkarts.io/">smashkarts.io</a></p>
</div>
</body>
</html>