WIP: Nahrání kódu do větve test_web #1

Closed
Archos wants to merge 5 commits from test_web into main
Showing only changes of commit 5ae3b68b3f - Show all commits

View File

@ -1,22 +1,22 @@
<!DOCTYPE html>
<html lang="en-US">
<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 Error</title>
<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 Error</h1>
<h1 class="project-name">403 Chyba</h1>
<h2 class="project-tagline">
You do not have access to this, stop snooping ÒwÓ.
Nemáte přístup k této stránce, přestaňte šmírovat ÒwÓ.
</h2>
<a href="/" class="btn">Home</a>
<a href="/" class="btn">Domů</a>
</header>
</body>
</html>