95f0afbbee
TODO: fix css
39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>503 // Service Unavailable</title>
|
|
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<header>
|
|
<h1 class="glitch" data-text="503">503</h1>
|
|
<p class="subtitle">> Service Unavailable / System Failure.</p>
|
|
</header>
|
|
|
|
<hr>
|
|
|
|
<section id="message">
|
|
<h2>./error_message</h2>
|
|
<p>The server is currently unable to handle the request due to maintenance or overload.</p>
|
|
<br>
|
|
<p>Check the <a href="https://uptime.forust.xyz/status/forust">System Status</a> for more information.</p>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>root@error:~$ systemctl start service</p>
|
|
<p>Job for service failed because the control process exited with error code.</p>
|
|
<p>© XRock - Just Signal.</p>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |