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.
<form id="post" action="index.php?site=guestbook" method="post">
<table cellpadding="0" cellspacing="4" border="0">
<tr>
<td><b>Name:</b></td>
<td><input type="text" name="name" /></td>
</tr>
<tr>
<td colspan="2"><b>Ihr Eintrag:</b></td>
</tr>
<tr>
<td colspan="2">
<input type="button" value="[ b ] TEXT [ /b ]" id="post" name="Fett" />
<input type="button" value="[ i ] TEXT [ /i ]" id="post" name="Kursiv" />
<input type="button" value="[ u ] TEXT [ /u ]" id="post" name="Unterstrichen" />
<input type="button" value="[ url ] http:// [ /url ][urlname] Name [/urlname]" name="Hyperlink" />
</td>
</tr>
<tr>
<td colspan="2"><textarea id="post" cols="30" rows="6" name="text"></textarea></td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="submit" value="Eintragen" /></td>
</tr>
</table>
<input type="hidden" name="datum" value="<?php echo $datum; ?>" />
</form>