Files
site/signup/index.php
deepend-tildeclub ccf2ce5d15 Update index.php
2024-03-23 13:38:35 -06:00

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";