mirror of
https://github.com/tildeclub/site.git
synced 2026-03-10 05:50:17 +00:00
Create index.php
This commit is contained in:
committed by
GitHub
parent
f9874a3996
commit
5748695869
19
signup/index.php
Normal file
19
signup/index.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
$title = "sign up for the tilde.club!";
|
||||||
|
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>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php include __DIR__."/../footer.php";
|
||||||
Reference in New Issue
Block a user