Files
WMU-CS4430-Project/var/www/topNavBar.html
2019-12-03 22:24:42 -05:00

10 lines
420 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="/logout.php" style="float:right">Logout</a>
</div>