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>
<title>HsH-News</title>
<style type="text/css">
html, body {
height: 100%;
}
body {
background-color:#333333;
text-align:center;
}
#wrapper {
width: 763px;
margin: 0 auto;
height: 100%;
}
#logo {
margin: 10px auto 2px;
}
img {
display:block;
}
#hintergrund {
height:60%;
background:#636363;
width:763px;
text-align:center;
}
a {
font-family:Verdana;
font-size:15px;
color:#000000;
font-weight:bold;
}
#navigation ul {
margin:0;
padding:0;
}
#navigation ul li {
display:inline;
}
#navigation ul li a.link {
display:block;
float:left;
margin:0px auto 2px auto;
width:109px;
height:25px;
border:0px solid #000000;
text-decoration:none;
background-image:url(http://www.headshot-hunters.de/Bilder/Navi/Button-Normal.gif);
}
#navigation ul li a.link:hover {
color:#ff0000;
background-image:url(http://www.headshot-hunters.de/Bilder/Navi/Button-Hover.gif);
}
#footer {
width: 763px;
height:56px;
background-image:url(http://www.headshot-hunters.de/Bilder/Unten.gif);
text-align:center;
}
a.impressum {
display:block;
margin:0px;
witdh:763px;
height:56px;
border:0px solid #000000;
}
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<div id="wrapper">
<div id="logo">
<img src="http://www.headshot-hunters.de/Bilder/Logo.gif" width="763" height="160">
</div>
<div id="navigation">
<ul>
<li><a class="link" href="#">News</a></li>
<li><a class="link" href="#">About</a></li>
<li><a class="link" href="#">Members</a></li>
<li><a class="link" href="#">Matches</a></li>
<li><a class="link" href="#">Server</a></li>
<li><a class="link" href="#">Links</a></li>
<li><a class="link" href="#">Guestbook</a></li>
</ul>
</div>
<div id="hintergrund">
<p>Dies ist ein kleiner Testsatz...</p>
</div>
<div id="footer">
<a class="impressum" href="#">Impressum</a>
</div>
</div>
</body>
</html>
<!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>HsH-News</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-color: #333333;
text-align: center;
font-family: verdana, sans-serif;
}
a {
font-size: 15px;
color: #000000;
font-weight: bold;
}
#wrapper {
width: 763px;
height: 100%;
margin: 0 auto;
}
#logo {
width: 763px;
height: 170px;
background: url(http://www.headshot-hunters.de/Bilder/Logo.gif) no-repeat 0 10px;
}
#navigation {
margin: 2px 0;
}
#navigation ul {
height: 25px;
}
#navigation ul li {
display: inline;
}
#navigation ul li a.link {
display: block;
float: left;
width: 109px;
height: 25px;
text-decoration: none;
background: url(http://www.headshot-hunters.de/Bilder/Navi/Button-Normal.gif);
}
#navigation ul li a.link:hover {
color: #ff0000;
background: url(http://www.headshot-hunters.de/Bilder/Navi/Button-Hover.gif);
}
#hintergrund {
width: 763px;
min-height: 60%;
height: auto !important;
height: 60%;
background: #636363;
text-align: center;
}
#footer {
width: 763px;
height: 56px;
background: url(http://www.headshot-hunters.de/Bilder/Unten.gif);
text-align: center;
}
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<div id="wrapper">
<div id="logo"></div>
<div id="navigation">
<ul>
<li><a class="link" href="#">News</a></li>
<li><a class="link" href="#">About</a></li>
<li><a class="link" href="#">Members</a></li>
<li><a class="link" href="#">Matches</a></li>
<li><a class="link" href="#">Server</a></li>
<li><a class="link" href="#">Links</a></li>
<li><a class="link" href="#">Guestbook</a></li>
</ul>
</div>
<div id="hintergrund">
<p>Dies ist ein kleiner Testsatz...</p>
</div>
<div id="footer">
<a class="impressum" href="#">Impressum</a>
</div>
</div>
</body>
</html>
#hintergrund {
width: 763px;
min-height: 60%; /* Moderne Browser */
height: auto !important; /* Moderne Browser */
height: 60%; /* IE */
background: #636363;
text-align: center;
}