about summary refs log tree commit diff stats
path: root/html/signup.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/signup.html')
-rw-r--r--html/signup.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/html/signup.html b/html/signup.html
new file mode 100644
index 0000000..482a4ba
--- /dev/null
+++ b/html/signup.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+
+<head>
+    <title>tilde.institute :: Sign Up</title>
+    {{HEADER}}
+</head>
+
+<body>
+    <div id="container">
+        {{LOGONAV}}
+        <div id="content" class="signup">
+            <h1>Request an Account</h1>
+            <p>
+                If you haven't received the welcome email within 24 hours, please check your spam folder.
+            </p>
+            <p>
+            <form action="submit.php">
+                <h3>Desired Username:<br /></h3>
+                <input type="text" size="48" name="username" />
+                <h3>Your Email Address:<br /></h3>
+                <input type="email" size="48" name="email" />
+                <h3>What interests you about
+                    tilde.institute?<br /></h3>
+                <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 />
+                <input type="submit" value="Submit" />
+            </form>
+            </p>
+        </div>
+    </div>
+</body>
+
+</html>
\ No newline at end of file