Files
vontor-cz/templates/error.html

17 lines
379 B
HTML

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vontor.cz - Error: {{codeStatus}}</title>
</head>
<body>
<img
src="{% static img %}"
alt="image error response: {{ codeStatus }}"
style="width: 100%;"
>
</body>
</html>