Files
DEV/DEV.2.2/TP/TP1/ex1.php

7 lines
95 B
PHP
Raw Normal View History

2025-09-30 09:43:41 +02:00
<!DOCTYPE html>
<html>
<body>
<?php echo "<h1>hello world</h1>";?>
</body>
</html>