real testing 123123123

This commit is contained in:
Fijxu 2023-11-04 16:30:22 -03:00
parent 2440e93495
commit 93ea14ec50
3 changed files with 33 additions and 28 deletions

View File

@ -6,7 +6,13 @@
<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">
<link rel="icon" type="image/gif" href="./favicon.gif">
<style>
@font-face {
font-family: "Gaiatype";
src: url("./Gaiatype.woff2") format('woff');
}
html {
background-image: linear-gradient(to bottom,
rgba(11, 11, 11, 0.90),
@ -55,18 +61,17 @@
transition: opacity 1s;
}
.content {
/* .content {
min-height: 100%;
display: grid;
grid-template-rows: auto 1fr auto;
}
} */
.lain {
position: absolute;
right: 0;
bottom: 0;
width: 50%;
/* Adjust the width as per your preference */
pointer-events: none;
z-index: -1;
}
@ -75,25 +80,27 @@
list-style-type: none;
}
.audio-container {
audio {
position: fixed;
top: 0;
left: -100;
right: 0;
opacity: 0.2;
transition: opacity 0.5s ease;
}
.audio-container:hover {
opacity: 8;
}
.audio-container audio {
font-family: Arial, sans-serif;
/* font-family: 'Gaiatype'; */
--box-shadow1: rgba(249, 249, 250, 0);
--box-shadow2: rgba(91, 91, 102, 0.0);
--box-shadow3: rgba(82, 82, 94, 0.0);
}
audio:hover {
opacity: 8;
}
audio::-webkit-media-controls-panel{
background-color: rgba(200,200,200,1);
width:350px;
}
</style>
@ -101,10 +108,9 @@
</head>
<body onload="document.body.style.opacity='1'">
<div class="audio-container">
<audio controls autoplay loop>
<source src="./kahgy.ogg" type="audio/ogg">
</audio>
<audio controls autoplay loop>
<source src="./kahgy.ogg" type="audio/ogg">
</audio>
</div>
<div class="overlay fade-out"></div>
<div style="font-size: 1.2ch;margin: 0 auto;">
@ -114,15 +120,14 @@
<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>You just reached an error page... Great, enjoy the music.</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>
<p>This does not mean that the server is down, or else you would not have been able to enter this page if the
server was down.</p>
<p>This does not mean that the server is down, or else you would not have been able access this error page.</p>
<h2>What does "502 Bad Gateway" error mean?</h2>
<p>Basically the service that you are trying to access <a id="domain"></a> is down due to a Unknown error and
the owner of the server should fix
<p>In simple terms: The service that you are trying to access <a id="domain"></a> is down due to a unknown error.
</p>
<p>In complex terms: <cite style="text-align: left;">502 Bad Gateway server error response code indicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server.</cite> From: <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/502">MDN Web Docs</a></p>
<h2>Ways to reach the admin</h2>
<ul>
@ -134,15 +139,15 @@
</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/@502zzlsreal?theme=rule34">
</footer>
</body>
<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/@502zzlsreal2?theme=rule34" alt="The counter is dead or your browser doesn't support the <img> element , lol.">
</footer>
<script>
document.getElementById("domain").innerText = "(" + window.location.hostname + ")";
</script>

BIN
nginx/errors/Gaiatype.woff2 Normal file

Binary file not shown.

BIN
nginx/errors/favicon.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB