Update register.html

Add Email form requirement
This commit is contained in:
Ray 2022-10-17 14:23:56 +11:00 committed by GitHub
parent 80a39f6bf6
commit 294bd5b2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
<label>Surname: <label>Surname:
<input name="surname" type="text"> <input name="surname" type="text">
<label>EMail:
<input name="email" type="email">
</label> </label>
</form> </form>