new site project

This commit is contained in:
2024-09-03 21:33:00 +02:00
parent 4e4de106b0
commit 89660024ae
5 changed files with 25 additions and 99 deletions

8
project/index.php Normal file
View File

@ -0,0 +1,8 @@
<?php
echo '<h1>Omlouváme se, stránka se upravuje</h1>';
echo ('</br>');
echo "<a href='../index.php'>Zpět na hlavní stranu</a>";
echo ('</br>');
echo '<p><a href="https://git.archoslinux.cz/kankys" target="_blank">Zatím se můžete podívat na mé rozitáře na Git</a></p>';
?>