Update 'MENU.php'

This commit is contained in:
ubergeek 2019-01-13 12:50:03 -05:00
parent 3fb2044793
commit 78268f75ee
1 changed files with 38 additions and 38 deletions

View File

@ -1,39 +1,39 @@
<div id="sidebar"> <div id="sidebar">
<ul> <ul>
<li> <li>
<div style="clear: both;">&nbsp;</div> <div style="clear: both;">&nbsp;</div>
</li> </li>
<li> <li>
<h2>Main Menu</h2> <h2>Main Menu</h2>
<ul> <ul>
<li><a href="/">Home</a></li> <li><a href="/">Home</a></li>
<li><a href="faq.php">FAQ</a></li> <li><a href="faq.php">FAQ</a></li>
<li><a href="tos.php">Terms of Service</a></li> <li><a href="tos.php">Terms of Service</a></li>
<li><a href="contact.php">Contact Us</a></li> <li><a href="contact.php">Contact Us</a></li>
<li><a href="signup.php">Sign Up</a></li> <li><a href="signup.php">Sign Up</a></li>
<li><a href="abuse.php">Report Abuse</a></li> <li><a href="abuse.php">Report Abuse</a></li>
<li><a href="donate.php">Donations</a></li> <li><a href="donate.php">Donations</a></li>
</ul> </ul>
</li> </li>
<li> <li>
<h2>Main Resources On This Site</h2> <h2>Main Resources On This Site</h2>
<ul> <ul>
<li><a href="users.php">User Web Directories</a></li> <li><a href="users.php">User Web Directories</a></li>
<li><a href="server.php">Status of thunix Servers and Services</a></li> <li><a href="server.php">Status of thunix Servers and Services</a></li>
</ul> </ul>
<li> <li>
<h2>Server Staff</h2> <h2>Server Staff</h2>
<ul> <ul>
<li><a href="/~amcclure/">Head Administrator: Anton McClure</a></li> <li><a href="/~amcclure/">Anton McClure</a></li>
<li><a href="/~ubergeek/">Administrator and Server Host: Ubergeek</a></li> <li><a href="/~ubergeek/">Ubergeek</a></li>
</ul> </ul>
<li> <li>
<h2>Other Information</h2> <h2>Other Information</h2>
<ul> <ul>
<li>(Coming soon)</li> <li>(Coming soon)</li>
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
<div style="clear: both;">&nbsp;</div> <div style="clear: both;">&nbsp;</div>
</div></div></div></div> </div></div></div></div>