DEV/WEBBE/TP1/bonjour.php

7 lines
87 B
PHP
Raw Normal View History

2023-04-26 11:00:04 +02:00
<!DOCTYPE html>
<html>
<body>
<?php echo "<h1>hello world</h1>";?>
</body>
</html>