site/signup/index.php

8 lines
177 B
PHP
Raw Normal View History

2024-03-23 19:36:40 +00:00
<?php
$title = "sign up for the tilde.club!";
include __DIR__."/../header.php";
<p>Sorry Signups are currently closed.</p>
<?php include __DIR__."/../footer.php";