DEV/WEBBE/TP1/bonjour.php

7 lines
87 B
PHP

<!DOCTYPE html>
<html>
<body>
<?php echo "<h1>hello world</h1>";?>
</body>
</html>