mirror of
https://github.com/tildeclub/site.git
synced 2026-03-12 14:40:19 +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";
|