mirror of https://github.com/tildeclub/site.git
Update index.php
This commit is contained in:
parent
229282b8bc
commit
5ff71c8ee4
|
@ -5,6 +5,7 @@
|
||||||
<p><a href="/wiki/faq.html">Questions? See the official FAQ.</a></p>
|
<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>
|
<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="grid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
@ -87,7 +88,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
|
||||||
<h3>here are the home pages of our users</h3>
|
<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>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>
|
<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>
|
<li><a href="/~<?=$user?>/">~<?=$user?></a></li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include "footer.php"; ?>
|
<?php include "footer.php"; ?>
|
||||||
|
|
Loading…
Reference in New Issue