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.
<html>
<head>
<script type="text/javascript">
<!--
function urlAendern(){
var toPage = 'http://localhost/?to=';
for(var i=0; i<document.links.length; ++i){
document.links[i].href=toPage+document.links[i].href;
}
}
//-->
</script>
</head>
<body onload="urlAendern()">
<a href="http://www.googel.de/">googel</a><br />
<a href="http://www.html.de/">html</a>
</body>
</html>