Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<table bgcolor = "#E8DF00" style = "border-width:12px; border-color:#8CBC00; border-style:ridge; padding:5px;">
<tr>
<td>
<form name = "Kontakt" action = "formular.php" method="post">
Username:
<input name = "username" size = "40" ></p>
Paswort:
<input type = "password" name = "passwort1" size = "40"></p>
Passwort [Wiederholung]:
<input type = "password" name = "passwort2" size = "40"></p>
Vereinsname:
<input type = "text" name = "vereinsname" size = "40"></p>
E - Mailadresse:
<input type = "text" name = "mailadresse" size = "40"></p>
<input type = "submit" name = "Button" value = "Abschicken">
<input type = "reset" name = "Button" value = "Zurücksetzen" class="abschicken">
</form>
</table>