13 lines
402 B
HTML
13 lines
402 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-GB">
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>500 Internal Server Error</title>
|
|
<h1>500 Internal Server Error</h1>
|
|
<pre>
|
|
The 500 (Internal Server Error) status code indicates that the server
|
|
encountered an unexpected condition that prevented it from fulfilling
|
|
the request.
|
|
<pre>
|
|
</html>
|