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.
<body>
<body onload="window.resizeTo(560,400)">
<meta http-equiv="Refresh" content="3">
<meta http-equiv="pragma" content="no-cache">
<!DOCTYPE html>
<html>
<head>
<title>Mein Seiten Name</title>
<meta http-equiv="Refresh" content="3">
<meta http-equiv="pragma" content="no-cache">
<!-- Extern CSS -->
<link href="..." rel="stylesheet" type="text/css">
<!-- Intern CSS -->
<style type="text/css">
...
</style>
</head>
<body onload="window.resizeTo(560,400)">
<!-- Inline CSS -->
<div style="..."></div>
<!-- Hier kannst du jetzt auch Javascript Dateien oder Plugins einbinden -->
<script src="..." type="text/javascript"></script>
<script type="text/javascript">
...
</script>
</body>
</html>
Wenn du wirklich lernen möchtest, würde ich behaupten, du solltest dich ersteinmal (ohne Foren), damit beschäftigen:Ich möchte das ja lernen, bzw selber mit hilfe erarbeiten!