minor consistancy changes

This commit is contained in:
deepend 2020-05-06 01:52:26 -06:00
parent 75b9effc30
commit c3f604cf97
1 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,13 @@ $title = "sign up for the tilde.club!";
include __DIR__."/../header.php";
?>
<h1>sign up to join tilde.club</h1>
<h1>$ sign up to join tilde.club</h1>
<div class="grid">
<div class="row">
<div class="col">
<p>we're excited you're here! let's get you signed up!</p>
<p>fill out this form and we'll get back to you with account info</p>
@ -49,4 +55,7 @@ include __DIR__."/../header.php";
</tr>
</table>
</div>
</div>
<?php include __DIR__."/../footer.php";