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 border="1" width="403" height="356">
<tr>
<td width="137" height="115" rowspan="6"><? echo $_GET['image']; ?></td>
<td width="266" height="21">Name: <? echo $_GET['name']; ?></td>
</tr>
<tr>
<td>Nickname: <? echo $_GET['nick']; ?></td>
</tr>
<tr>
<td>E-Mail: <? echo $_GET['email']; ?></td>
</tr>
<tr>
<td>Homepage: <a href="<? echo $_GET['homepage']; ?>"><? echo $_GET['homepage']; ?></a></td>
</tr>
<tr>
<td>ICQ: <? echo $_GET['icq']; ?></td>
</tr>
<tr>
<td>MSN: <? echo $_GET['msn']; ?></td>
</tr>
<tr>
<td width="403" height="21" colspan="2">Infotext:</td>
</tr>
<tr>
<td width="403" height="220" colspan="2"><? echo $_GET['info']; ?></td>
</tr>
</table>