17 lines
521 B
HTML
Executable File
17 lines
521 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>500</title>
|
|
<link rel="stylesheet" href="/assets/styles/error.css" />
|
|
</head>
|
|
<body>
|
|
<h1 style="font-size: 60px">500 Internal Server Error</h1>
|
|
<p style="font-size: 30px">
|
|
The server encountered an internal error and was unable to fulfill your
|
|
request.<br /> <br />
|
|
Try to <a href="javascript:window.location.href=window.location.href">refresh</a> and see if that fixes the issue.<br />If
|
|
not, try again later.
|
|
</p>
|
|
</body>
|
|
</html>
|