reverted to old web configuration on main branch

This commit is contained in:
2025-10-06 10:56:21 +02:00
parent 696d0e61f1
commit ed20c841ab
515 changed files with 353022 additions and 7422 deletions

17
templates/error.html Normal file
View File

@@ -0,0 +1,17 @@
{% 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>