diff options
author | Jonas Kohl | 2024-09-06 14:38:26 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 14:38:26 +0200 |
commit | 0540e04c77864186ce48193456634b897a11f5aa (patch) | |
tree | 92607cc903a9b0dc482ca14f3d33ab9c3707d78c /pages/start.php | |
parent | 2d8a37e7ac46aa100f2e460b024d21bae2883f5b (diff) |
Add mobile version
Diffstat (limited to 'pages/start.php')
-rw-r--r-- | pages/start.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/start.php b/pages/start.php index bbfeed6..07dfd88 100644 --- a/pages/start.php +++ b/pages/start.php @@ -3,6 +3,12 @@ <h1 align="center">Herzlich willkommen bei der <i>Mystic House Corner</i>!</h1> +<?php if ($__mobile): ?> +<div class="alert alert-warning"> +<i class="glyphicon glyphicon-warning-sign"></i> +<b>Achtung:</b> Diese Seite befindet sich noch im Aufbau! +</div> +<?php else: ?> <center> <table bgcolor="olive" cellspacing="0" cellpadding="2"><tr><td> <table bgcolor="yellow" cellspacing="0" cellpadding="12"><tr><td> @@ -14,5 +20,6 @@ </td></tr></table> </td></tr></table> </center> +<?php endif; ?> <?php include __DIR__ . "/../includes/template_end.php"; ?> |