Previous version was horrible... trying to keep things stupid simple
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<ul class="topNavBar">
|
||||
<li><a href="/friends.php">See Friends</a></li>
|
||||
<li><a href="messages.php">See Messages</a></li>
|
||||
<li><a href="search.php">Search</a></li>
|
||||
<li><a href="sendMessage.php">Message Someone</a></li>
|
||||
<li><a href="findFriend.html">Find a New Friend</a></li>
|
||||
<li><a href="pendingFriend.html">Check Pending Friends</a></li>
|
||||
<div class="topNavBar">
|
||||
<a href="/friends.php">See Friends</a>
|
||||
<a href="messages.php">See Messages</a>
|
||||
<a href="search.php">Search</a>
|
||||
<a href="sendMessage.php">Message Someone</a>
|
||||
<a href="findFriend.html">Find a New Friend</a>
|
||||
<a href="pendingFriend.html">Check Pending Friends</a>
|
||||
<!--Maybe show the user's name here?-->
|
||||
<li style="float:right"><a href="#">Logout</a></li>
|
||||
</ul>
|
||||
<a href="#" style="float:right">Logout</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user