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.
div.container
{
width: 400px;
height: 200px;
background: #efefef;
}
div.container a
{
display: block;
width: 400px;
height: 200px;
text-decoration: none;
}
<div class="container">
<a href="page.htm"> </a>
</div>