Files
frisoer-anwendung/app/index.php
2021-06-21 10:49:47 +02:00

7 lines
107 B
PHP

<?php
include 'head.php';
echo '<h1>Frise App</h1>';
echo '<p>Willkommen</p>';
include 'tail.php';
?>