Fix error pages

This commit is contained in:
Nyymix 2025-04-10 17:28:33 +03:00
parent 83662c2910
commit 4af5fc07b4
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
{% load static %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page not found</title>

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
{% load static %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>500 - Server Error</title>