first PHP commit

This commit is contained in:
kankys 2024-08-31 07:12:45 +02:00
commit ee6399e970

7
index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
$school = "Bradavice";
echo("něco $school");
?>