-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
58 lines (50 loc) · 1.84 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
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://entertainmasters.github.io/style.css">
<link rel="icon" type="image/png" href="https://entertainmasters.github.io/src/favicon.svg">
<title>404 - Not Found</title>
<meta name="description" content="ME NO EXIST!!!">
<meta property="og:locale" content="en-us">
<meta content="https://raw.githubusercontent.com/Entertainmasters/entertainmasters.github.io/main/src/meta/metaimage.png" property="og:image">
<meta property="og:site_name" content="Entertainmasters">
<meta content="404" property="og:title">
<meta content="why?" property="og:description">
<meta content="#ff4545" data-react-helmet="true" name="theme-color">
</head>
<body>
<style>
.logouc {
color: white;
text-align: center;
margin: 50px 0px;
font-size: 40px;
font-family: "Entertainmasters-Sans";
}
html, body {
background: black !important;
}
.fof {
color: white;
font-family: "EGM-WhiteNT";
text-align: center;
font-size: 100px;
padding: 30px 0px;
animation: fadein 0.5s ease-in;
}
.fofdesc {
font-family: "Montserrat";
text-align: center;
color: white;
font-size: 20px;
}
</style>
<div class="heading">
<p class="logouc"><a href="https://entertainmasters.github.io/" class="fofhrf">Entertainmasters</a></p>
</div>
<p class="fof">404</p>
<p class="fofdesc">It seems you want to visit a site that dosnt exists.</a></p>
</body>
</html>