some test required

This commit is contained in:
Blboun3
2024-01-16 13:37:59 +01:00
parent 978f65dcd6
commit fb23c62d16
20 changed files with 299450 additions and 98 deletions

22
public/notfound/404.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>404 | Infinitum</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="most_outer_form_border">
<div class="outer_form_border">
<div class="form_border">
<h1>Stránka Nebyla Nalezena</h1>
<p>
Omlouváme se, ale stránka kterou se snažíte načíst nebyla nalezena.
</p>
</div>
</div>
</div>
</body>
</html>