mirror of
https://github.com/tildeclub/site.git
synced 2026-01-25 06:00:18 +00:00
8 lines
177 B
PHP
8 lines
177 B
PHP
<?php
|
|
$title = "sign up for the tilde.club!";
|
|
include __DIR__."/../header.php";
|
|
|
|
<p>Sorry Signups are currently closed.</p>
|
|
|
|
<?php include __DIR__."/../footer.php";
|