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.
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>intro</title>
<meta name="author" content="Jake">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<div align="center"><table cellspacing="0" cellpadding="0" border="1" >
<tr>
<td bgcolor="#FF7F00" width="200" height="200"><div align="center">hir kommt dein intro rein</div></td>
</tr>
<tr>
<td><div align="right">intro überspringen</div></td>
</tr>
</table></div>
</body>
</html>
<iframe src="#" width="500" height="100" name="#"></iframe>
NRWZ-MOR schrieb:ich weis nicht ob es dich weiter bringt?
<iframe src="#" width="500" height="100" name="#"></iframe>
du kanst die grösse verendern.
<html>
<head>
<script LANGUAGE="JavaScript">
function intro() {
fenster = window.open("INHALT.htm","PopUp","width=800,height=800,menubar=no,toolbar=no,scrollbars=no,status=no,resizable=no,location=no,hotkeys=no")
}
</script>
<title>Titel der Seite</title>
</head>
<body onload="intro()">
</body>
</html>