yes
This commit is contained in:
commit
f80273eb3d
10 changed files with 1651 additions and 0 deletions
184
1000.html
Normal file
184
1000.html
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
ended up in a class 1000 error.
|
||||
</h1>
|
||||
<h2>
|
||||
Something may be wrong with the website's configuration. If
|
||||
requested, the box below has more info about what happened.
|
||||
</h2>
|
||||
<h4>::CLOUDFLARE_ERROR_1000S_BOX::</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
183
500.html
Normal file
183
500.html
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
has timed out.
|
||||
</h1>
|
||||
<h2>
|
||||
Reloading the page usually fixes it. If requested, the box below has
|
||||
more info about what happened.
|
||||
</h2>
|
||||
<h4>::CLOUDFLARE_ERROR_500S_BOX::</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
181
always_online.html
Normal file
181
always_online.html
Normal file
|
|
@ -0,0 +1,181 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
is currently offline.
|
||||
</h1>
|
||||
<h2>The box below has more info about what to do now.</h2>
|
||||
<h4>::ALWAYS_ONLINE_NO_COPY_BOX::</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
BIN
img/logo.png
Normal file
BIN
img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
184
ip_block.html
Normal file
184
ip_block.html
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
has blocked you.
|
||||
</h1>
|
||||
<h2>
|
||||
This means you're from somewhere that has been trying to bypass our
|
||||
firewall. Try disabling your VPN (if you have one), or enabling one
|
||||
(if you don't have one).
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
187
managed_challange.html
Normal file
187
managed_challange.html
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
challenges you!
|
||||
</h1>
|
||||
<h2>
|
||||
Solve the challenge below to be redirected to the requested content.
|
||||
</h2>
|
||||
<h4>::CAPTCHA_BOX::</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
183
timedout.html
Normal file
183
timedout.html
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
has timed out.
|
||||
</h1>
|
||||
<h2>
|
||||
The web server is going through hard times. It should be back online
|
||||
in a few moments.
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
182
under_attack.html
Normal file
182
under_attack.html
Normal file
|
|
@ -0,0 +1,182 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
is checking your request...
|
||||
</h1>
|
||||
<h2>
|
||||
Allow up to 5 seconds to be redirected to the requested content.
|
||||
</h2>
|
||||
<h4 style="display: none">::IM_UNDER_ATTACK_BOX::</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
183
waf.html
Normal file
183
waf.html
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
challenges you!
|
||||
</h1>
|
||||
<h2>
|
||||
Solve the challenge below to be redirected to the requested content.
|
||||
</h2>
|
||||
<h4>::CAPTCHA_BOX::</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
184
waf_block.html
Normal file
184
waf_block.html
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Thermal Hosting LLC</title>
|
||||
<meta name="theme-color" content="#c19aa4" />
|
||||
<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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1d1d1d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
font-family: "Mulish", sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 40vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: #faec84;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
color: #c9c9c9 !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #1f1f1f;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.util {
|
||||
font-size: 0.8em;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 4px;
|
||||
color: #c9c9c9;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 200px) and (max-width: 1024px) {
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #2d2d2d;
|
||||
width: 90vw;
|
||||
height: fit-content;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h4 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rig {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="top">
|
||||
<img src="./img/logo.png" />
|
||||
<div class="rig">
|
||||
<h1>
|
||||
<span class="orange"
|
||||
><script type="text/javascript">
|
||||
document.write(document.location.hostname);
|
||||
</script></span
|
||||
>
|
||||
does not want you here.
|
||||
</h1>
|
||||
<h2>
|
||||
This means you're not allowed to access the requested content. Try
|
||||
disabling your VPN or any other systems that may interfer with our
|
||||
web application firewall rules.
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span class="util"
|
||||
>Your access ID is <span class="info">::RAY_ID::</span></span
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue