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 | |
parent | 01d7c30c5615fca2e3dd6cb0e578167f6769b624 (diff) |
Add downloads page (remove trivia page)
Diffstat (limited to 'pages')
-rw-r--r-- | pages/downloads.php | 10 | ||||
-rw-r--r-- | pages/trivia.php | 8 |
2 files changed, 10 insertions, 8 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"; ?> diff --git a/pages/trivia.php b/pages/trivia.php deleted file mode 100644 index 914aa34..0000000 --- a/pages/trivia.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php $NAV_LINK_ID = "trivia"; ?> -<?php $PAGE_TITLE = "Trivia"; ?> -<?php include __DIR__ . "/../includes/template_start.php"; ?> - -<h1>Trivia</h1> -<p><i>Coming soon...</i></p> - -<?php include __DIR__ . "/../includes/template_end.php"; ?> |