diff options
author | gbmor <ahriman@falte.red> | 2020-05-20 03:34:55 -0400 |
---|---|---|
committer | gbmor <ahriman@falte.red> | 2020-05-20 03:34:55 -0400 |
commit | 58f27464ae755ab7fe865642f403c9f60c80b56e (patch) | |
tree | 7981a3d547109fd1c44df23c0a4bb20b6f227aec /signup.php | |
parent | b66a62175a2b83928b5f52077def712248e999e1 (diff) | |
download | site-58f27464ae755ab7fe865642f403c9f60c80b56e.tar.gz |
added heading text to signup page
Diffstat (limited to 'signup.php')
-rwxr-xr-x | signup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/signup.php b/signup.php index 7a50fe7..cea7c56 100755 --- a/signup.php +++ b/signup.php @@ -15,6 +15,7 @@ <div id="container"> <?php include("header.html"); ?> <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> |