Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<script language="javascript">
<!--
function verstecken(blub){
document.getElementById(blub).style.visibility = 'hidden';
}
//-->
</script>
</head>
<body>
<a href="javascript:verstecken('ebene')">verstecken</a>
<div id="ebene" style="position:absolute; left:150; top:150; width:50; height:50">
blaaa
</div>