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 width="50%" cellspacing="0" cellpadding="0">
<tr>
<td style="width:5px;"> 1 </td>
<td style="background-color:red; width:<?php echo $prozent0; ?>%;"> </td>
<td style="white-space: nowrap; text-align:left;">
<em><?php echo $prozent0; ?> %</em>
</td>
</tr>
</table>
<table width="50%" cellspacing="0" cellpadding="0">
<tr>
<td style="width:5px;"> 2 </td>
<td style="background-color:blue; width:<?php echo $prozent1; ?>%;"> </td>
<td style="white-space: nowrap; text-align:left;">
<em><?php echo $prozent1; ?> %</em>
</td>
</tr>
</table>
<table width="50%" cellspacing="0" cellpadding="0">
<tr>
<td style="width:5px;"> 3 </td>
<td style="background-color:black; width:<?php echo $prozent2; ?>%;"> </td>
<td style="white-space: nowrap; text-align:left;">
<em><?php echo $prozent2; ?> %</em>
</td>
</tr>
</table>