diff options
Diffstat (limited to 'pages/downloads.php')
-rw-r--r-- | pages/downloads.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pages/downloads.php b/pages/downloads.php new file mode 100644 index 0000000..a6ac871 --- /dev/null +++ b/pages/downloads.php @@ -0,0 +1,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"; ?> |