diff options
author | Jonas Kohl | 2024-09-10 13:24:26 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-10 13:24:26 +0200 |
commit | 95e7fe34467e5aab82e517757f77d8af9717ee7d (patch) | |
tree | 4f40d7c1f54aa784f3879312d9d27b3a798f5337 /pages/downloads.php | |
parent | 01d7c30c5615fca2e3dd6cb0e578167f6769b624 (diff) |
Add downloads page (remove trivia page)
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"; ?> |