about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2020-10-30 16:37:29 -0400
committerahriman <ahriman@falte.red>2020-10-30 16:37:29 -0400
commit37e2ab0d19abf19a1ab7ba4b9c1fa6a5d02f0471 (patch)
tree56f61359caccfb236f3718e02ac8b7d292aa19e2 /html
parent020b76b6c6f70c63fed25fc3006caedd58489533 (diff)
downloadsite-37e2ab0d19abf19a1ab7ba4b9c1fa6a5d02f0471.tar.gz
coppa note on signup page
Diffstat (limited to 'html')
-rw-r--r--html/signup.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/html/signup.html b/html/signup.html
index 482a4ba..6c8ec0d 100644
--- a/html/signup.html
+++ b/html/signup.html
@@ -13,6 +13,9 @@
             <h1>Request an Account</h1>
             <p>
                 If you haven't received the welcome email within 24 hours, please check your spam folder.
+	    </p>
+	    <p>
+	        Your email address is only used to send you a welcome email.
             </p>
             <p>
             <form action="submit.php">
@@ -25,6 +28,8 @@
                 <input type="text" size="48" name="interest" />
                 <h3>Paste Your SSH Key in OpenSSH Format:<br /></h3>
                 <input type="text" size="48" name="sshkey" /><br />
+		You must be at least 13 years old to use this system.<br />
+		<br />
                 <input type="submit" value="Submit" />
             </form>
             </p>
@@ -32,4 +37,4 @@
     </div>
 </body>
 
-</html>
\ No newline at end of file
+</html>