12 lines
333 B
HTML
12 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-GB">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Internal server error</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<h1>Internal server error</h1>
|
|
<h2>Sorry, there seems to be an error. Please try again soon.</h2>
|
|
</body>
|
|
</html>
|