PHP_DS_Project/www2databaze/index.php
2024-09-23 17:54:58 +02:00

29 lines
533 B
PHP

<?php
?>
<!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>
<h1>Škola čar a kouzel v Bradavicích</h1>
</header>
<main>
<section>
<a href="zaci.php">Seznam všech žáků</a>
</section>
</main>
<footer></footer>
</body>
</html>