Made things look a little nicer

This commit is contained in:
William Miceli
2019-12-03 22:24:42 -05:00
parent dff8bd9306
commit 4139767a22
14 changed files with 77 additions and 70 deletions

View File

@@ -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>