Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title></title>
<style type="text/css">
<!--
html, body {
margin: 0;
padding: 0;
background: #0080ff;
color: #ffffff;
}
#hintergrundbild1 {
height: 150px;
background: #0000ff;
}
#hintergrundbild2 {
position: absolute;
left: 0;
bottom: 50px;
width: 100%;
height: 100px;
background: #009090;
}
#hintergrundbild3 {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50px;
background: #00ffff;
color: #000000;
}
#centerBox {
position: absolute;
top: 75px;
left: 50%;
width: 800px;
margin-left: -400px;
z-index: 2;
}
#kopf {
height: 100px;
background: #9f0000;
}
#content {
background: #ff0000;
}
#fuss {
height: 80px;
background: #9000e0;
}
-->
</style>
</head>
<body>
<div id="hintergrundbild1">hintergrundbild1</div>
<div id="hintergrundbild2">hintergrundbild2</div>
<div id="hintergrundbild3">hintergrundbild3</div>
<div id="centerBox">
<div id="kopf">kopf</div>
<div id="content">content</div>
<div id="fuss">fuss</div>
</div>
</body>
</html>