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>Galerie-Navigation mit JavaScript</title>
</head>
<body>
<br>
<div style="text-align: center;">
<script type="text/javascript">
if (window.location.search != "") {
var bild = window.location.search.split("=");
document.write('<img src="' + bild[1] + '" alt="" style="border: solid 1px #000000;">');
}
</script>
</div>
</body>
</html>