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>
<title>Zufallsseite</title>
<script language="JavaScript">
<!--
function random_link()
{
document.location.href = links[parseInt(Math.random()*links.length)];
}
links = new Array();
links[0] = "1.html";
links[1] = "2.html";
links[2] = "3.html";
//-->
</script>
</head>
<body>
<div>[url="javascript:random_link()"]Zufallsseite[/url]</div>
</body>
</html>