reverted to old web configuration on main branch
This commit is contained in:
17
templates/error.html
Normal file
17
templates/error.html
Normal 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>
|
||||
Reference in New Issue
Block a user