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.
In dem du die Grundlagen lernst oder Tante google befragstWie kann ich das realisieren?
<?php
header("Location: https://www.html.de/neueZielseite.html");
die();
<html>
<header>
<meta http-equiv="refresh" content="0;url=/neueZielseite.html">
window.location.replace("https://www.html.de/neueZielseite.html");