-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
98 lines (81 loc) · 2.24 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<base target="_blank">
<title>Page Not Found | Shop Archives</title>
<link rel="icon" href="https://raw.githubusercontent.com/DTACat/Collectibles/main/Images/ShopArchivesEmbedColor2.png" type="image/x-icon"/>
<meta name="twitter:site" content="Shop Archives">
<meta name="twitter:title" content="Shop Archives">
<meta name="twitter:description" content="Full list of Shop Archives disclaimers">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/DTACat/Collectibles/main/Images/ShopArchivesDisBigEmbed.png">
<meta content="#FF007A" data-react-helmet="true" name="theme-color" />
<style>
body {
background-color: #313338;
color: white;
}
* {
text-decoration: none;
}
.warning-note {
background: #ac1111;
text-align: center;
width: 100%;
height: auto;
z-index: 10;
top: 0;
left: 0;
position: fixed;
}
.catagory {
display: block;
text-align: center;
position: relative;
margin-left: auto;
margin-right: auto;
width: 90%;
}
.arial {
font-family: Arial, Helvetica, sans-serif;
}
hr {
opacity: 0;
}
.hr-big {
opacity: 0;
height: 500px;
}
.link {
color: #559eff;
text-decoration: underline;
transition: color 0.1s ease-in-out;
}
.link:hover {
color: #8abdff;
text-decoration: none;
}
.hidden {
display: none;
}
.inv {
opacity: 0;
}
</style>
</head>
<body>
<hr>
<hr>
<hr>
<div class="catagory arial">
<h1>Error 404</h1>
<h1>Page Not Found</h1>
<h2>The page you’re looking for doesn’t exist.</h2>
<hr>
<hr class="hr-big">
<a>Catgirl not included :3</a>
</div>
<script>
</script>
</body>
</html>