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.
<table style="background-color: #ffffff;" border="1" cellpadding="0" cellspacing="0">
<tr style="height: 50px;">
<td onmouseover="this.style.backgroundColor = '#ffff00';" onmouseout="this.style.backgroundColor = '#ffffff';" style="width: 50px;"> </td>
<td onmouseover="this.style.backgroundColor = '#ff0000';" onmouseout="this.style.backgroundColor = '#ffffff';" style="width: 50px;"> </td>
</tr>
<tr style="height: 50px;">
<td onmouseover="this.style.backgroundColor = '#00ff00';" onmouseout="this.style.backgroundColor = '#ffffff';" style="width: 50px;"> </td>
<td onmouseover="this.style.backgroundColor = '#0000ff';" onmouseout="this.style.backgroundColor = '#ffffff';" style="width: 50px;"> </td>
</tr>
</table>