This repository has been archived on 2024-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
Infinitum/public/notfound/404.html

23 lines
577 B
HTML
Raw Normal View History

2024-01-16 13:37:59 +01:00
<!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>