Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
hat sich leider noch immer nicht geändert....
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/html1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>test</title>
<style>
#navi a{
display: block;
}
a.forum {
background:#FFF url('reno_screen.jpg');
height: 149px;
width: 49px;
}
a.forum:hover {
background:#000 URL('test.jpg');
}
a.kontakt {
background:#FFF URL('test.jpg');
height: 148px;
width: 49px;
}
a.kontakt:hover {
background:#000 URL('reno_screen.jpg');
}
</style>
</head>
<body>
<div id="navi">
<a class="forum" href="index.html"></a>
<a class="kontakt" href="impressum.html"></a>
</div>
</body>
</html>