-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path451.html
More file actions
38 lines (33 loc) · 913 Bytes
/
451.html
File metadata and controls
38 lines (33 loc) · 913 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>451 🥷Unavailable For Legal Reasons - Frosty Volcano Summit</title>
<meta charset="UTF-8">
<style>
body {
background-image: linear-gradient(#171718, #171717) !important;
}
h1,
h2,
h3,
p {
font-family: Arial, Helvetica, sans-serif;
color: white;
}
</style>
</head>
<body>
<center>
<br><br><br><br>
<h1>Error 451</h1>
<h2>Unavailable For Legal Reasons</h2>
<p>
The requested page is unavailable due to legal reasons<br>
This may be because of a DMCA takedown or other legal restrictions<br>
If Nintendo's law has changed since the last update of this website,<br>
the Nintendo Ninjas have blocked access to this page in order to comply with the new law<br>
</p>
<h3>Return to <a href="https://reper2.github.io">home page</a></h3>
</center>
</body>
</html>