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> Titel deiner Wahl </title
</head>
<body>
<frameset cols="200,*">
<frame src="frame1.html" name="Frame1">
<frame src="frame2.html" name="Frame2">
</frameset>
<body>
<noframes>
Tja, pech gehabt ^^
</noframes>
</body>
</html>
<html>
<body>
<a href="Link1.html" target="Frame2">Link1</a><br>
<a href="LinkzumForum.php target="Frame2">Forum</A><BR>
</body>
<html>