Made things look a little nicer
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<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>
|
||||
<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?-->
|
||||
<a href="#" style="float:right">Logout</a>
|
||||
<a href="/logout.php" style="float:right">Logout</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user