vytvoření .htaccess + úklid

This commit is contained in:
kankys
2024-09-25 17:40:03 +02:00
parent 5721707bda
commit fbf69ffbc2
7 changed files with 115 additions and 42 deletions

View File

@ -3,26 +3,27 @@
?>
<!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>Document</title>
</head>
<body>
<header>
<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>Document</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="main-heading">
<h1>Škola čar a kouzel v Bradavicích</h1>
</header>
</section>
<section>
<a href="zaci.php">Seznam všech žáků</a>
</section>
</main>
<main>
<section>
<a href="zaci.php">Seznam všech žáků</a>
</section>
</main>
<?php require "assets/footer.php" ?>
<footer></footer>
</body>
</html>
</body>
</html>