summaryrefslogtreecommitdiff
path: root/pages/start.php
blob: ce2f3cd618c93a0856d0ac11416790ba2c933834 (plain)
1
2
3
4
5
6
7
8
9
<?php $NAV_LINK_ID = "start"; ?>
<?php $PAGE_TITLE = "Startseite"; ?>
<?php include __DIR__ . "/../includes/template_start.php"; ?>

<h1 align="center">Herzlich willkommen bei der <i>Mystic House Corner</i>!</h1>

<?php c_alert('<b>Achtung:</b> Diese Seite befindet sich noch im Aufbau!', 'warning', 'warning-sign'); ?>

<?php include __DIR__ . "/../includes/template_end.php"; ?>