3 lines
38 B
PHP
3 lines
38 B
PHP
|
<?php
|
||
|
echo '<p>Hallo Welt</p>';
|
||
|
?>
|