aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/signup.html
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-30 20:56:01 +0100
committerJJ <nicetry@noemail.com>2025-03-30 20:56:01 +0100
commitd518beb637e7c2776d84e87c63cc201c101ca89c (patch)
treeabbfc7933285f829a23afeae09655e5d2106849b /templates/pages/signup.html
parentaa931dddf30700b6458a269389291b632a848ccb (diff)
styling, sub instructions
Diffstat (limited to 'templates/pages/signup.html')
-rw-r--r--templates/pages/signup.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/pages/signup.html b/templates/pages/signup.html
index c706074..99d6021 100644
--- a/templates/pages/signup.html
+++ b/templates/pages/signup.html
@@ -7,6 +7,8 @@
<input type="text" name="username" id="username" />
<label for="password">password</label>
<input type="password" name="password" id="password" />
+ <label for="password-confirm">confirm password</label>
+ <input type="password" name="password-confirm" id="password-confirm" />
<button type="submit">submit</button>
</form>
<p id="message"></p>