diff options
author | ahriman <ahriman@falte.red> | 2018-12-05 03:09:14 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-05 03:09:14 -0500 |
commit | 7648937cf2a9ec8694926ffafbc22e9874307683 (patch) | |
tree | e11c3222d4431dd5528fa09f2a1256d8b1e04200 /signup.html | |
parent | d03be6d07beb2eb406b3aee18e1c33f522424606 (diff) | |
download | site-7648937cf2a9ec8694926ffafbc22e9874307683.tar.gz |
changed styling to be more flexible
Diffstat (limited to 'signup.html')
-rw-r--r-- | signup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/signup.html b/signup.html index 1939c46..0e11ca2 100644 --- a/signup.html +++ b/signup.html @@ -19,7 +19,7 @@ href="/wiki/index.php">Wiki</a> </div> <div id="content"> - <br /><br /><br /> + <br /> <form action="submit.php"> <h3>Desired Username:</h3><br /> <input type="text" size="32" name="username" /><br /> @@ -28,7 +28,7 @@ <h3>What interests you about the Tilde Institute?</h3><br /> <input type="text" size="32" name="interest" /><br /> <h3>Paste Your SSH Key:</h3><br /> - <input type="text" size="32" name="sshkey" /><br /><br /> + <input type="text" size="32" name="sshkey" /><br /><br /><br /> <input type="submit" value="Submit" /> </form> </div> |