mirror of https://github.com/tildeclub/site.git
Update index.php
This commit is contained in:
parent
e2d7f8c402
commit
ccf2ce5d15
|
@ -2,14 +2,6 @@
|
||||||
$title = "sign up for the tilde.club!";
|
$title = "sign up for the tilde.club!";
|
||||||
include __DIR__."/../header.php";
|
include __DIR__."/../header.php";
|
||||||
|
|
||||||
<h1 id="fancyboi">sign up to join tilde.club</h1>
|
|
||||||
|
|
||||||
<div class="grid">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col">
|
|
||||||
<p>Sorry Signups are currently closed.</p>
|
<p>Sorry Signups are currently closed.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include __DIR__."/../footer.php";
|
<?php include __DIR__."/../footer.php";
|
||||||
|
|
Loading…
Reference in New Issue