blob: a6ac87147552572c499ebe00f34296bad0668ed9 (
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: <a href="/static/MysticHouse.iso" target="_top">MysticHouse.iso (ca. 437,15 MiB)</a></p>
<p><i>Weitere Downloads folgen bald…</i></p>
<?php include __DIR__ . "/../includes/template_end.php"; ?>
|