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">
<title>dflab.de - David Floegel's Creative Labs</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper">
<div class="head"></div>
<div class="bla">
<div class="leftCol">
<div class="menuh"> Menu</div>
<a href="?section=news" class="menu"> News</a>
<a href="?section=archive" class="menu"> Newsarchiv</a>
<a href="?section=about" class="menu"> About me</a>
<a href="?section=links" class="menu"> Links</a>
<a href="?section=referenzen" class="menu"> Referenzen</a>
<a href="?section=music" class="menu"> Music</a>
<a href="?section=gaestebuch" class="menu"> Gaestebuch</a>
<a href="?section=kontakt" class="menu"> Kontakt</a>
</div>
<div class="content">
<div class="header"> News</div>
<div class="inhalt">
<p>Hey</p>
</div>
</div>
<div class="clear"> </div>
</div>
<div class="foot"></div>
</div>
</body>
</html>
body {
font-family: arial, sans-serif;
font-size: 10px;
}
.wrapper {
width: 590px;
margin: 0 auto;
}
.head {
height: 175px;
background: url(images/kopf.gif);
width: 590px;
}
.bla {
background: url(images/body.gif) repeat-y; /* Hintergrundgrafik in der Vertikalen wiederholen */
width: 590px;
}
.leftCol {
margin-left: 18px !important; /* Für nicht-IE-Browser */
margin-left: 9px; /* Für IE */
width: 120px;
float: left;
}
.content {
width: 345px;
margin-left: 165px;
}
.clear { /* stellt nach den floatenden Boxen wieder den normalen Textfluss im Dokument her */
clear: left;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 1px;
}
.foot {
height: 34px;
background: url(images/footer.gif);
width: 590px;
margin:0px;
padding:0px;
}
.menu {
background-color:transparent;
display:block;
text-decoration:none;
color:black;
}
.menu:hover {
background: url(images/menu.jpg);
display:block;
color:black;
text-decoration:none;
}
.menuh {
background: url(images/menu.jpg);
display:block;
color:black;
text-decoration:none;
}
.header {
background: url(images/header.jpg);
}
.inhalt {
margin-left:3px;
}
.inhalt p {
margin: 0;
padding: 2px;
}