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//DE" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="en" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head><title>Tietel</title><meta name="AUTHOR" content="con-f-use@gmx.net" /><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
body {
background-color:#000000;
color:#00CCBB;
font-size:13;
font-family:Arial,Helvetica,Geneva,sans-serif;
}
a:link {
color:#22DD22;
text-decoration:none;
}
a:visited {
color:#22DD22;
text-decoration:none;
}
a:hover {
color:#F9AF00;
text-decoration:none;
}
a:visited:hover {
color:#F9AF00;
text-decoration:none;
}
</style>
</head><body><div>
<script type="text/javascript"><!--
function cngColor(targetID,color) {
if (document.getElementById) document.getElementById(targetID).style.color = color
}
//--></script>
<a href="#" id="derLink" onclick="cngColor('derLink','#66FFFF')">Klick mich</a>
</div></body></html>