samey/templates/pages/internal_server_error.html

17 lines
387 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Internal server error</title>
{% include "fragments/common_headers.html" %}
</head>
<body>
<div><a href="/">&lt; To home</a></div>
<main>
<h1>Internal server error</h1>
<p>
Something went wrong! Ask your administrator to check the application
logs.
</p>
</main>
</body>
</html>