PHP_DS_Project/www2databaze/index.php

29 lines
533 B
PHP
Raw Normal View History

2024-09-10 20:45:10 +00:00
<?php
2024-09-10 20:45:10 +00:00
?>
2024-09-23 15:54:58 +00:00
<!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>
2024-09-10 20:45:10 +00:00
<main>
<section>
2024-09-23 15:54:58 +00:00
<a href="zaci.php">Seznam všech žáků</a>
</section>
</main>
2024-09-10 20:45:10 +00:00
<footer></footer>
</body>
</html>