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 content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Acery World...Die Community für Gamer,Programmierer und
Grafiker</title>
</head><body><br>
body, html
{
height:100%;
}
body
{
background-color:#86c9ef;
background-image:url(http://acery-web.cwsurf.de/background.png);
background-position:center;
background-repeat:no-repeat;
}
</body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Acery World...Die Community für Gamer,Programmierer und
Grafiker</title>
<style type="text/css">
body, html {
height:100%;
}
body {
background-color:#86c9ef;
background-image:url('http://acery-web.cwsurf.de/background.png');
background-position:center;
background-repeat:no-repeat;
}
</style>
</head>
<body>
<br>
</body>
</html>
background:#86c9ef url('http://acery-web.cwsurf.de/background.png') center no-repeat;