This commit is contained in:
2023-04-12 11:24:21 +02:00
parent 22696c5ccf
commit 4ecb2b62ca
3 changed files with 33 additions and 0 deletions

7
BACKEND/PHP/bonjour.php Normal file
View File

@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<?php echo "<h1>hello world</h1>";
?>
</body>
</html>