matekasse/Website/templates/error.html
2023-09-20 18:34:31 +02:00

8 lines
No EOL
200 B
HTML

<!DOCTYPE html>
<html lang="en">
<title>Error</title>
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
<p>
Error: {% error_code %}
</p>
</html>