Add a mailto: link for messages saying to contact the webmaster
This commit is contained in:
parent
330091ae5b
commit
a81d7a6b36
|
@ -10,7 +10,7 @@
|
|||
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
||||
<h1>400 - Bad Request</h1>
|
||||
<p>Your request cannot be processed at this time.</p>
|
||||
<p class="tiny">This error has been logged, If this keeps happening contact the webmaster.</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>
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
<!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">
|
||||
<h1>502 - Bad Gateway</h1>
|
||||
<p>The server sent an invalid response.</p>
|
||||
<p class="tiny">This error has been logged, If this keeps happening contact the webmaster.</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>
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
<div>
|
||||
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
|
||||
<h1>503 - Service Unavailable</h1>
|
||||
<p>The server is not ready to process this request.</p>
|
||||
<p>The server is not ready to process this request at this time.</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">
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue