samey/templates/pages/forbidden.html

14 lines
300 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Forbidden</title>
{% include "fragments/common_headers.html" %}
</head>
<body>
<div><a href="/">&lt; To home</a></div>
<main>
<h1>Forbidden</h1>
<p>The requested action is not allowed.</p>
</main>
</body>
</html>