You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
501 B
15 lines
501 B
<form>
|
|
<label for="firstname">firstname</label>
|
|
<input type="text" name="firstname" /><br />
|
|
<label for="surname">surname</label>
|
|
<input type="text" name="surname" /><br />
|
|
<label for="mail">email</label>
|
|
<input type="text" name="email" /><br />
|
|
<label for="password">password</label>
|
|
<input type="password" name="password" /><br />
|
|
<label for="pwrepeat">password (again)</label>
|
|
<input type="password" name="pwrepeat" /><br />
|
|
<input type="submit" />
|
|
</form>
|
|
|
|
<!-- vim: set ts=4 sw=4: -->
|