diff options
-rw-r--r-- | pages/about.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/about.php b/pages/about.php index 999807a..bf5250f 100644 --- a/pages/about.php +++ b/pages/about.php @@ -37,6 +37,21 @@ und deren Entwicklern zu dokumentieren. Mystic House Corner: Ein Projekt von Jan W. und Jonas K. </p> +<?php if (!$__mobile): ?> +<p> +Diese Website funktioniert auch auf alten Systemen und wurde mit folgenden Browsern und Systemen getestet: +</p> +<ul> +<li>Internet Explorer 4.72.2106.8 unter Windows 95 OSR 2</li> +<li>Internet Explorer 5.00.3700.1000 unter Windows 2000 (Build 2195, SP4)</li> +<li>Internet Explorer 6.0.2800.1106 unter Windows XP (Build 2600, SP1)</li> +<li>Mozilla 1.1 unter Windows XP (Build 2600, SP1)</li> +<li>Internet Explorer 5.0 (2022) Macintosh Edition unter Mac OS 9.2.1</li> +</ul> +<?php endif; ?> + +<p>Diese Website ist <a href="https://git.jkohl.link/mystic-house-corner.git/" target="_blank">freie Software</a>.</p> + <h2>Kontakt</h2> <?php if ($__mobile): ?> |