website/templates/500.html

13 lines
333 B
HTML
Raw Normal View History

2022-06-09 08:36:29 +01:00
<!DOCTYPE html>
2022-08-03 20:22:02 +01:00
<html lang="en-GB">
2022-08-03 20:37:34 +01:00
<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>
2022-06-09 08:36:29 +01:00
</html>