Files

10 lines
110 B
PHP
Raw Permalink Normal View History

2026-03-23 14:01:45 +01:00
<!DOCTYPE html>
<html>
<body>
<?php
echo "<h1>hello world !!!</h1>";
//phpinfo();
?>
</body>
</html>