summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/downloads.php10
-rw-r--r--pages/trivia.php8
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&hellip;</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"; ?>