<html>
<head>
<title> </title>
</head>
<body>
<form action="mailto:
[email protected]">
Vorname: <input type="text" name="Vorname" maxlength="15" checked> <font color="red">*</font>
<br><br>
Nachname: <input type="text" name="Nachname" maxlength="15" checked> <font color="red">*</font>
<br><br>
Bild: <input type="file" name="Upload" maxlength="100000" accept="image/*">
<br><br>
E-Mail: <input type="text" name="Mail" maxlength="40" checked> <font color="red">*</font>
<br><br>
AGB: <input type="checkbox" name="Regel-Check" checked> <font color="red">*</font>
<br><br><font size="1">Bitte lest euch vor dem Absenden der Informationen <br>die <a href="regeln.html">Regeln</a> gründlich durch.</font>
<br><br>
<input type="submit" name="Abschicken" value="Abschicken"> <input type="reset" name="Reset" value="Reset"></form>
</body>
</html>