12 lines
442 B
HTML
Executable File
12 lines
442 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>500</title>
|
|
<link rel="stylesheet" href="/assets/styles/error.css" />
|
|
</head>
|
|
<body>
|
|
<h1>500 Internal Server Error</h1>
|
|
<p>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>
|