You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
240 B
PHP

<?php
session_start();
include "include/header_inc.php";
?>
<body>
<div id="Info">
<strong>Info-Box</strong>
dsdsds
</div>
<div id="Inhalt">
sdsdsd
</div>
<p id="Fusszeile">
sdsdsds
</p>
</body>
</html>