Update index.php

This commit is contained in:
deepend-tildeclub 2024-08-17 08:39:06 -06:00 committed by GitHub
parent 229282b8bc
commit 5ff71c8ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 49 additions and 51 deletions

View File

@ -5,6 +5,7 @@
<p><a href="/wiki/faq.html">Questions? See the official FAQ.</a></p>
<p class="advisory">GMAIL USERS: We no longer accept gmail.com addresses for signups since you would not receive your account information email.</p>
<div class="grid">
<div class="row">
@ -87,7 +88,6 @@
</div>
<div class="col">
<h3>here are the home pages of our users</h3>
<p>this list does not include people who haven't changed their page yet</p>
<p>if you're not seeing yourself listed here, change your page from the default.</p>
@ -129,10 +129,8 @@
<li><a href="/~<?=$user?>/">~<?=$user?></a></li>
<?php } ?>
</ul>
</div>
</div>
</div>
<?php include "footer.php"; ?>