initial commit

This commit is contained in:
2024-01-12 01:57:58 +01:00
commit c1ae171bc2
25 changed files with 9560 additions and 0 deletions

18
index.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
include_once("-inc/header.php");
?>
</head>
<body>
<?php include_once("-inc/menu.php"); ?>
<div class="container">
<h1 class="my-3">Tréninky</h1>
<?php vypisTreninku(); ?>
</div>
<?php include_once("-inc/footer.php"); ?>