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.
<html>
<head>
<script>
var dx=dy=0,t="";
function get_size(w)
{
t=setTimeout("get_size("+w+")",0);
document.bild.width=Math.round(dx+=((w)-dx)*4/100);
if(dx>=w-1) clearTimeout(t);
}
</script>
</head>
<body onload="get_size([COLOR=red]300[/COLOR])">
<table width=100% height=100% align=center>
<td align=center>
<img src=pix.gif name="bild" width=5>
</td>
</table>
</body>
</html>