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.
So wichtig kann sie nicht gewesen sein, wenn du sie uns nicht mitteilst.ich habe da eine Wichtige Frage.
<html>
<head>
<title>Meine erste PHP-Seite</title>
</head>
<body>
<?php
include("head.htm");
include("menu.htm");
?>
HIER DEINE JEWEILIGEN SEITENINHALTE
<?php
include("foot.htm");
?>
</body>
</html>