12 lines
148 B
HTML
12 lines
148 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>500 Server Error!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>There has been a server error!</p>
|
|
</body>
|
|
</html>
|