Compare commits
No commits in common. "a81d7a6b36ab531adc917d59df0c25bd1623c48a" and "6969960b7390ffc7cf4c30c5e74d3e07167e78b9" have entirely different histories.
a81d7a6b36
...
6969960b73
|
@ -10,7 +10,7 @@
|
||||||
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
||||||
<h1>400 - Bad Request</h1>
|
<h1>400 - Bad Request</h1>
|
||||||
<p>Your request cannot be processed at this time.</p>
|
<p>Your request cannot be processed at this time.</p>
|
||||||
<p class="tiny">This error has been logged, If this keeps happening contact <a href="mailto:ideleted@system64.dev">the webmaster.</a></p>
|
<p class="tiny">This error has been logged, If this keeps happening contact the webmaster.</p>
|
||||||
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
18
err/500.html
18
err/500.html
|
@ -1,18 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>System64.dev - Error</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/err/styles.css">
|
|
||||||
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div>
|
|
||||||
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
|
||||||
<h1>500 - Internal Server Error </h1>
|
|
||||||
<p>An internal server error or misconfiguration occurred.</p>
|
|
||||||
<p class="tiny">This error has been logged, If this keeps happening contact <a href="mailto:ideleted@system64.dev">the webmaster.</a></p>
|
|
||||||
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -10,7 +10,7 @@
|
||||||
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
||||||
<h1>502 - Bad Gateway</h1>
|
<h1>502 - Bad Gateway</h1>
|
||||||
<p>The server sent an invalid response.</p>
|
<p>The server sent an invalid response.</p>
|
||||||
<p class="tiny">This error has been logged, If this keeps happening contact <a href="mailto:ideleted@system64.dev">the webmaster.</a></p>
|
<p class="tiny">This error has been logged, If this keeps happening contact the webmaster.</p>
|
||||||
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,9 +9,8 @@
|
||||||
<div>
|
<div>
|
||||||
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
||||||
<h1>503 - Service Unavailable</h1>
|
<h1>503 - Service Unavailable</h1>
|
||||||
<p>The server is not ready to process this request at this time.</p>
|
<p>The server is not ready to process this request.</p>
|
||||||
<p class="tiny">The server may be down for maintenance, or is currently overloaded. Nonetheless, This error has been recorded.</p>
|
<p class="tiny">The server may be down for maintenance, or is currently overloaded. Nonetheless, This error has been recorded.</p>
|
||||||
<p class="tiny">If this page keeps appearing, please contact <a href="mailto:ideleted@system64.dev">the webmaster.</a></p>
|
|
||||||
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -23,13 +23,8 @@ p.tiny {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: bottom;
|
float: bottom;
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
color: white;
|
|
||||||
font-family: 'Bitter', serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url("/img/bg.jpg");
|
background: linear-gradient(45deg, rgb(0, 14, 55), rgb(2, 0, 136));
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -47,7 +42,6 @@ img {
|
||||||
|
|
||||||
input {
|
input {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue