PHP_DS_Project/www2databaze/index.php

30 lines
548 B
PHP
Raw Permalink 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>
2024-09-25 15:40:03 +00:00
<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" ?>
2024-09-25 15:40:03 +00:00
<main>
<section class="main-heading">
<h1>Škola čar a kouzel v Bradavicích</h1>
</section>
<section>
<a href="zaci.php">Seznam všech žáků</a>
</section>
</main>
2024-09-10 20:45:10 +00:00
2024-09-25 15:40:03 +00:00
<?php require "assets/footer.php" ?>
2024-09-10 20:45:10 +00:00
2024-09-25 15:40:03 +00:00
</body>
</html>