summaryrefslogtreecommitdiff
path: root/views/signup.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-10 01:20:24 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:06:33 +0100
commit1e2964b488e102efa05b03b0d43e086ca7bb7930 (patch)
treeafc296bdff834839fcd73dee8e0edc1e3a3ed475 /views/signup.pug
parent36e17b7cc92002d325d7f6fa93767f6189c51444 (diff)
downloadserver-1e2964b488e102efa05b03b0d43e086ca7bb7930.tar.gz
Embellish signup page.
Diffstat (limited to 'views/signup.pug')
-rw-r--r--views/signup.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/signup.pug b/views/signup.pug
index f0ff37f..70de257 100644
--- a/views/signup.pug
+++ b/views/signup.pug
@@ -15,14 +15,23 @@ html
p You're already logged in!
else
form(method="post" action="/signup")
+ p You need to sign up for a free account to play games on #{SITE_NAME_P}
p
label Name:
br
input(type="text" name="username" required)
+ br
+ i How you will be known to other players.
+ br
+ i You can change your user name at any time.
p
label Mail:
br
input(type="email" name="mail" required)
+ br
+ i Your mail address is only used for turn notifications and password recovery.
+ br
+ i It will not be visible to other players.
p
label Password:
br