20230626#1

This commit is contained in:
User
2023-06-26 21:11:35 +03:00
parent caa6819eae
commit 19b505a458
10 changed files with 7 additions and 21 deletions

10
templates/error/404.tpl Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404</title>
</head>
<body>
<h1>Error 404</h1>
</body>
</html>