Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<script language="JavaScript" type="text/javascript">
<!--
var na = navigator.appName;
var ve = navigator.appVersion;
if ( na == "Netscape" && ve >= "4" ) {
self.location.href = "seite_nn.htm";
} [color=blue]else if ( na == "Opera" ) {
self.location.href = "seite_op.htm";
}[/color]
//-->
</script>