9 lines
159 B
HTML
9 lines
159 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>An error occured</title>
|
|
</head>
|
|
<body>
|
|
<h1>500 Internal Server Error</h1>
|
|
</body>
|
|
</html> |