Icon mit Link zum Desktop zufügen

Hier sehen sie nichts. Einfenster erscheint mit Hinweisen
Quellcode
<html>
<head>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Add to Desktop">
<link rel="shortcut icon" sizes="16x16" href="../../../Icons/favicon-16x16.png">
<link rel="shortcut icon" sizes="196x196" href="../../../Icons/favicon-32x32.png">
<link rel="apple-touch-icon-precomposed" href="../../../Icons/apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="../../style/addtohomescreen.css">
<style>Hier nichts.</style>
</head>

<body>
<script src="../add/src/addtohomescreen.js"></script>
<script>
// addToHomescreen.removeSession(); // use this to remove the localStorage variable
var ath = addToHomescreen({
debug: 'android', // activate debug mode in ios emulation
skipFirstVisit: false, // show at first access
startDelay: 0, // display the message right away
lifespan: 0, // do not automatically kill the call out
displayPace: 0, // do not obey the display pace
privateModeOverride: true, // show the message in private mode
maxDisplayCount: 0 // do not obey the max display count
});
// ath.clearSession(); // reset the user session
</script>

</body>

</html>