diff options
| author | Connor Thomson <connor@mail.gnufault.org> | 2026-09-20 18:18:11 +0000 |
|---|---|---|
| committer | Connor Thomson <connor@mail.gnufault.org> | 2026-09-20 18:18:11 +0000 |
| commit | 1177a625e825766c7727b254bc72718fd88e8145 (patch) | |
| tree | 5bb4a746d1e7510e755173ce0ad446ed69c52f9e /signup | |
| parent | a72efbbb068341f022bdad232d8c9502b832750b (diff) | |
Update master to https://gnufault.org
Diffstat (limited to 'signup')
| -rwxr-xr-x | signup/content.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/signup/content.html b/signup/content.html index 83c9fe7..9b681c5 100755 --- a/signup/content.html +++ b/signup/content.html @@ -25,21 +25,17 @@ <label for="user">Username:</label> <input class="input" type="text" id="username" name="username" required> </div> - + <div class="group"> + <label for="email">Email:</label> + <input class="input" type="email" id="email" name="email" required> + </div> <div class="group"> <label for="password">Password:</label> <input class="input" type="password" id="password" name="password" required> </div> - <div class="group"> <label for="confirmpassword">Confirm password:</label> <input class="input" type="password" id="confirmpassword" name="confirmpassword" required> </div> - - <div class="group"> - <label for="email">Email:</label> - <input class="input" type="email" id="email" name="email" required> - </div> - <button class="button" type="submit">Send</button> </form> |
