mirror of https://github.com/tildeclub/site.git
Update index.php
This commit is contained in:
parent
229282b8bc
commit
5ff71c8ee4
10
index.php
10
index.php
|
@ -4,7 +4,8 @@
|
|||
|
||||
<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="row">
|
||||
|
||||
|
@ -54,7 +55,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<div class="col">
|
||||
<?php
|
||||
$news = json_decode(file_get_contents('news.json'), true);
|
||||
|
||||
|
@ -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"; ?>
|
||||
|
|
Loading…
Reference in New Issue