some test required
This commit is contained in:
22
public/notfound/404.html
Normal file
22
public/notfound/404.html
Normal 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>
|
Reference in New Issue
Block a user