about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--signup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/signup.html b/signup.html
index dc1d4b5..ea64f21 100644
--- a/signup.html
+++ b/signup.html
@@ -23,7 +23,7 @@
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>Desired Username:</h3><br />
 			<input type="text" size="32" name="username" required /><br />
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>Your Email Address:</h3><br />
-			<input type="text" size="32" name="email" required /><br />
+			<input type="email" size="32" name="email" required /><br />
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>What interests you about tilde.institute?</h3><br />
 			<input type="text" size="32" name="interest" /><br />
 			&nbsp;&nbsp;&nbsp;&nbsp;<h3>Paste Your SSH Key:</h3><br />