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.
<html>
<head>
<title>Ist jetzt auch egal</title>
</head>
<body>
<style type="text/css">
#block
{
background-color:transparent;
color:transparent;
height:300px; /*kannst du noch slber einstellen*/
width:800px; /*dieses genau so...*/
}
</style>
<a href="http://www.blablabla.com/"><div id="block"></div></a>
//Hier ist der Txt, von dem du geredet hast
<restliche Befehle>
</body>
</html>
<body>
<style type="text/css">
a
{
color:black;
text-decoration:none
}
</style>
<a href="http://www.blablabla.com/">qwertzuiopkjhgcx(Text)</a>
</body>
<a href="Hier die URL eintragen">Hier den Text eintragen</a>
<a href="URL" style="color:black;text-decoration:none">Text</a>