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

<h1>Downloads</h1>
<p>Lade das Spiel herunter: <img src="/images/disc.gif" alt="" width="15" height="15" valign="middle"> <a href="/static/MysticHouse.iso" target="_top">MysticHouse.iso (ca. 437,15 MiB)</a></p>

<p><i>Weitere Downloads folgen bald&hellip;</i></p>

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