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.
<HTML><HEAD>
<TITLE>Sod Off ! Team Conversation Wolfenstein</TITLE>
<br>
<BODY bgcolor="#A9A9A9">
<form action="mailto:killer4u_pencil@web.de" method="post">
<table border="0" align="left">
<tr>
<td>Name</td>
</tr>
<tr>
<td><input type="Text" name="name" maxlenght="30" style="background-color : red;" style="color : silver;"></td>
</tr>
<tr>
<td>Emailadress</td>
</tr>
<tr>
<td><input type="Text" name="email" maxlenght="35" style="background-color : red;" style="color : silver;" value="yourname@server.com"></td>
</tr>
<tr>
<td>ICQnumber</td>
</tr>
<tr>
<td><input type="Text" name="icq" maxlenght="20" style="background-color : red;" style="color : silver;"></td>
</tr>
<tr>
<td>What do you want to do?</td>
</tr>
<tr>
<td><select name="job" style="background-color : red;" style="color : silver;">
<option value="coder">Coder
<option value="mapper">Mapper
<option value="helper">Helper
</select></td>
</tr>
<tr>
<td>Country</td>
</tr>
<tr>
<td><input type="Text" name="country" maxlenght="60" style="background-color : red;" style="color : silver;"></td>
</tr>
<tr>
<td><input type="submit" name="submit" value="Send" style="background-color : red;" style="color : silver;"></td>
</tr>
</table>
</BODY></HTML>
<form action="dein_php_script.php">