add correction

This commit is contained in:
JARNOUEN DE VILLARTAY Ulysse (SAFRAN AIRCRAFT ENGINES)
2026-04-02 13:48:28 +02:00
parent eb2d8315f9
commit 6dd596e7b3
5 changed files with 113 additions and 55 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<?php
echo "<h1>hello world !!!</h1>";
//phpinfo();
?>
</body>
<body>
<?php
echo "<h1>hello world !!!</h1>";
phpinfo();
?>
</body>
</html>