This commit is contained in:
Fijxu 2023-11-03 02:10:26 -03:00
parent fe2fa95767
commit edbce5ea40
2 changed files with 112 additions and 39 deletions

View File

@ -2,49 +2,122 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://zzls.xyz/style.css" type="text/css">
<style>
html { background-image: linear-gradient(to bottom,
rgba(11, 11, 11, 0.95),
rgba(11, 11, 11, 0.95)),
url(https://zzls.xyz/assets/bgs/bgtilered.gif);
background-attachment: fixed; }
h1 { color: rgb(255, 140, 140); font-family: 'Gaiatype'; font-size: 3em; letter-spacing: 10px;}
h2 { color: rgb(255, 170, 170); text-align: center; font-family: 'Gaiatype';}
</style>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://zzls.xyz/style.css" type="text/css">
<style>
html {
background-image: linear-gradient(to bottom,
rgba(11, 11, 11, 0.90),
rgba(11, 11, 11, 0.90)),
url(https://zzls.xyz/assets/bgs/bgtilered.gif);
background-attachment: fixed;
height: 100%;
}
h1 {
color: rgb(255, 140, 140);
font-family: 'Gaiatype';
font-size: 2em;
}
h2 {
color: rgb(255, 170, 170);
text-align: center;
font-family: 'Gaiatype';
}
@keyframes xd {
0% {
letter-spacing: normal;
}
50% {
letter-spacing: 3px;
}
100% {
letter-spacing: normal;
}
}
.lol {
animation: xd 2s infinite;
}
body {
opacity: 0;
transition: opacity 1s;
}
.content {
min-height: 100%;
display: grid;
grid-template-rows: auto 1fr auto;
}
ul {
list-style-type: none;
}
.audio-container {
position: fixed;
top: 0;
left: -100;
right: 0;
opacity: 0.2;
transition: opacity 0.5s ease;
}
.audio-container:hover {
opacity: 8;
}
.audio-container audio {
/* background-color: #ffffff00; */
/* color: #333; */
font-family: Arial, sans-serif;
/* Add more styles as needed */
}
</style>
<title>502 Bad Gateway</title>
<title>502 Bad Gateway</title>
</head>
<audio autoplay>
<source src="./comunitty.ogg" type="audio/ogg">
</audio>
<body>
<div style="font-size: 1.2ch;margin: 0 auto;">
<a>Go to the main page?: </a><a href="../">Yes</a>
</div>
<div class="content">
<h1>502 Bad Gateway</h1>
<p style="text-align: center; font-size: large;"><b>You just reached an error page... Great.</b></p>
<p style="text-align: center; font-size: large;"><b>Please contact the admin to let him know that this service is down or something weird is going on with his shit homemade server</b></p>
<h2>What is the "502 Bad Gateway" error?</h2>
<p>There is something called "reverse proxy" which is used to route the internet traffic from one program to another,
in this case the program is the service and the reverse proxy is NGINX, the program which handles all the requests made, SSL, security, etc
</p>
<h2>Ways to reach the admin</h2>
<ul>
<li>E-mail: <code>admin [at] zzls.xyz</code></li>
<li>Mastodon: <a href="https://noc.social/@fijxu">https://noc.social/@fijxu</a></li>
</ul>
</div>
<footer>
<p>⚠️ This is a real error.</p>
<p id="domain"></p>
</footer>
<div class="audio-container">
<audio controls autoplay>
<source src="./kahgy.ogg" type="audio/ogg">
</audio>
</div>
<body onload="document.body.style.opacity='1'">
<div class="overlay fade-out"></div>
<div style="font-size: 1.2ch;margin: 0 auto;">
<a>Go to zzls.xyz?: </a><a href="https://zzls.xyz">Yes</a>
</div>
<div class="content">
<h1 class="lol">502 Bad Gateway</h1>
<p style="text-align: center; font-size: large;"><b>You just reached an error page... Great.</b></p>
<p style="text-align: center; font-size: large;"><b>Please contact the admin to let him know that this service
is down or something weird is going on with his shit homemade server</b></p>
<h2>What is the "502 Bad Gateway" error?</h2>
<p>Bla bla bla bla I don't care search it for yourself (<i>Too tried to explain TL:DR some service failed lol</i>)
</p>
<h2>Ways to reach the admin</h2>
<ul>
<li>E-mail: <code>admin [at] zzls.xyz</code></li>
<li>Mastodon: <a href="https://noc.social/@fijxu">https://noc.social/@fijxu</a></li>
<li>Twitter: <a href="https://noc.social/@fijxu">https://twitter.com/fijxu__</a> <a>Just @ me. No DMs</a></li>
</ul>
</div>
<footer>
<p>⚠️ This is a real error.</p>
<p>If this number grows, you are not the only one getting this error <span style="font-size: small;">(Sadly)</span></p>
<img src="https://count.ayaya.beauty/get/@502zzls?theme=rule34">
<p id="domain"></p>
</footer>
</body>
</html>

BIN
nginx/errors/kahgy.ogg Normal file

Binary file not shown.