Untested PHP

This commit is contained in:
ilsix 2024-04-04 20:20:52 +02:00
parent b2e442aa11
commit 2ee9ac0100

View File

@ -1,3 +1,3 @@
<?php <?php
echo '<p>Hallo Welt</p>'; echo 'Hello World!';
?> ?>