Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<html>
<head>
<style type="text/css">
<!--
a.[b][color=red]eins[/color][/b] { color: #00f; text-decoration: none; }
a.[b][color=red]eins[/color][/b]:hover { color: #008; font-weight: bold; text-decoration: underline; }
a.[b][color=blue]zwei[/color][/b] { color: #f00; text-decoration: none; }
a.[b][color=blue]zwei[/color][/b]:hover { color: #800; font-weight: bold; text-decoration: underline; }
//-->
</style>
</head>
<body>
<p><a class="[b][color=red]eins[/color][/b]" href="seite1.htm">Seite_1</a></p>
<p><a class="[b][color=blue]zwei[/color][/b]" href="seite2.htm">Seite_2</a></p>
</body>
</html>