Geizkragen/impressum.php

7 lines
103 B
PHP

<?php include 'header.php'; ?>
<body>
<p>Impressum 123</p>
</body>
<?php include 'footer.php'; ?>