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>
<head>
<title>Titel</title>
<meta name="keywords" content="keyword1, keyword2, keyword3">
<meta name="description" content="Beschreibung Website">
<meta name="DC.Description" content="Kurze Beschreibung">
<meta name="title" content="Titel">
<meta name="language" content="German, de, deutsch">
<meta name="author" content="Name">
<meta name="publisher" content="Name">
<meta name="copyright" content="Name">
<meta name="revisit-after" content="after 20 days">
<meta name="page-topic" content="Thema">
<meta name="page-type" content="Seiten-Typ">
<meta name="audience" content="alle">
<meta name="robots" content="index,follow">
<meta name="pragma" content="no-cache">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="screen">
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="js/jquery.faded.js" type="text/javascript"></script>
<!--[if lt IE 7]>
<link rel="stylesheet" href="css/ie/ie6.css" type="text/css" media="screen">
<script type="text/javascript" src="js/ie_png.js"></script>
<script type="text/javascript">
ie_png.fix('.png');
</script>
<![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" src="js/html5.js"></script>
<![endif]-->
</head>