10 lines
405 B
HTML
10 lines
405 B
HTML
<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?-->
|
|
<a href="#" style="float:right">Logout</a>
|
|
</div> |