forked from monnerat/web_2025
10 lines
110 B
PHP
10 lines
110 B
PHP
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<?php
|
||
|
|
echo "<h1>hello world !!!</h1>";
|
||
|
|
//phpinfo();
|
||
|
|
?>
|
||
|
|
</body>
|
||
|
|
</html>
|