Compare commits

...

3 Commits

Author SHA1 Message Date
Sophie Marie 51f529f2fa
Remove old images 2023-04-17 14:32:01 -05:00
Sophie Marie 0a6b8c1bd2
Move error images to their own folder 2023-04-17 14:30:10 -05:00
Sophie Marie aeb27352e9
Update image links, titles 2023-04-17 14:29:27 -05:00
10 changed files with 17 additions and 17 deletions

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>System64.dev - Error</title>
<title>400 Bad Request - system64.dev</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
</head>
<body>
<div>
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/err/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>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>System64.dev - Error</title>
<title>403 Forbidden - system64.dev</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
</head>
<body>
<div>
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/err/fail_glitch.webp" alt="Glitched looking Warning icon">
<h1>403 - Access Forbidden.</h1>
<p>You do not have permission to access this page.</p>
<input type="button" onclick="location.href='https://system64.dev'";" value="Go home">

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>System64.dev - Error</title>
<title>404 Not Found - system64.dev</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/error_glitch.webp" alt="Glitched looking Warning icon">
<img src="/err/img/error_glitch.webp" alt="Glitched looking Warning icon">
<h1>404 - Not Found</h1>
<p>Great and Powerful unicorns behind curtains! That page couldn't be found on the server!</p>
<p class="tiny">Expecting something here? It may have been moved or is simply missing.</p>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>System64.dev - Error</title>
<title>429 Ratelimited - system64.dev</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
</head>
<body>
<div>
<img src="/img/error_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/err/error_glitch.webp" alt="Glitched looking Warning icon">
<h1>429 - Too many requests</h1>
<p>Chill down there pardner! You're being ratelimited!</p>
<p class="tiny">Ratelimits don't last very long, Check back later.</p>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>System64.dev - Error</title>
<title>502 Bad Gateway - system64.dev</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
</head>
<body>
<div>
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/err/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>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>System64.dev - Error</title>
<title>503 Service Unavailable - system64.dev</title>
<link rel="stylesheet" type="text/css" href="/err/styles.css">
<link rel="icon" type="image/x-icon" href="/err/img/favicon.png">
<link rel="icon" type="image/x-icon" href="/img/err/favicon.png">
</head>
<body>
<div>
<img src="/img/fail_glitch.webp" alt="Glitched looking Warning icon">
<img src="/img/err/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 class="tiny">The server may be down for maintenance, or is currently overloaded. Nonetheless, This error has been recorded.</p>

View File

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 348 KiB

View File

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB