oscloud-web/error/403.html
2024-06-30 18:42:21 +02:00

23 lines
670 B
HTML
Executable File

<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>403 Chyba</title>
<link rel="stylesheet" href="/style/style.css" />
<link rel="icon" type="image/gif" href="/res/site/icons/cat.gif" />
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">403 Chyba</h1>
<h2 class="project-tagline">
Nemáte přístup k této stránce, přestaňte šmírovat ÒwÓ.
</h2>
<a href="/" class="btn">Domů</a>
</header>
</body>
</html>