Files
web_2025/R3.01/tp/tp1/ex1/hello-world.php
T
2026-03-23 14:01:45 +01:00

10 lines
110 B
PHP

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