diff options
author | Jonas Kohl | 2024-12-04 10:24:03 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-04 10:24:03 +0100 |
commit | 31a61f928d88999be82039e6d401621badb3fb57 (patch) | |
tree | 25b130e6faedcbd1a6e6a0ac1c20c20b1232569a | |
parent | 8f169aeb0a06d670b93ea7d2fa598f8c45a9c727 (diff) |
Add browser versions
-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): ?> |