6 lines
200 B
PHP
6 lines
200 B
PHP
<?php echo file_get_contents("html/header.html"); ?>
|
|
<body>
|
|
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
|
|
<p>test</p>
|
|
</body>
|
|
<?php echo file_get_contents("html/footer.html"); ?>
|