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">
<meta name="author" content="Maik">
<title></title>
<style type="text/css">
<!--
div#wrapper {
width: 900px;
margin: 0 auto;
}
div#leftOut {
float: left;
width: 85px;
background: #8DA3D2;
}
div#leftIn {
float: left;
width: 150px;
background: #BDC8E9;
}
div#content {
float: left;
width: 430px;
background: #dedede;
}
div#rightOut {
float: right;
width: 85px;
background: #8DA3D2;
}
div#rightIn {
margin: 0 85px 0 665px;
background: #BDC8E9;
}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="leftOut">leftOut</div>
<div id="leftIn">leftIn</div>
<div id="content">content</div>
<div id="rightOut">rightOut</div>
<div id="rightIn">rightIn</div>
</div>
</body>
</html>
<div id="wrapper">
<div id="leftOut">leftOut</div>
<div id="rightOut">rightOut</div>
<div id="center">
<div id="banner">banner</div>
<div id="leftIn">leftIn</div>
<div id="rightIn">rightIn</div>
<div id="content">content</div>
</div>
</div>
div#wrapper {
width: 900px;
margin: 0 auto;
}
div#leftOut {
float: left;
width: 85px;
background: #8DA3D2;
color: #000;
}
div#rightOut {
float: right;
width: 85px;
background: #8DA3D2;
color: #000;
}
div#center {
margin: 0 85px;
}
div#banner {
background: #414b55;
color: #fff;
}
div#leftIn {
float: left;
width: 150px;
background: #BDC8E9;
color: #000;
}
div#rightIn {
float: right;
width: 150px;
background: #BDC8E9;
color: #000;
}
div#content {
margin: 0 150px;
background: #dedede;
color: #000;
}