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 XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" >
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="all" />
<title>CityStar Gebäudemanagement</title>
<style type="text/css" media="all">
@import "global.css";
</style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="wrapper">
<div id="topbar">
<h1 class="text1"><big>CityStar</big></h1>
</div>
<style type="text/css" media="all">
@import "global.css";
@import "global_IE.css"; <---- ZUSÄTZLICH HINZUGEFÜGT
</style>
#topbar {
float:left;
background-image:url('img/logo.png');
background-repeat:no-repeat;
background-size: 125px 120px; <----- hier
width:1024px;
height:123px;
border-bottom:1px solid #cccccc;
}
<!--[if IE 7.0]>
<link href="Global_IE.css" rel="stylesheet" type="text/css" />
<![endif]-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>