update the index page

This commit is contained in:
Bryan
2019-11-25 13:36:33 -05:00
parent 49e5b074ab
commit fcf59fe3e3

View File

@@ -16,8 +16,8 @@
<button type="button" onclick="window.location.href = 'friends.html'">See Friends</button> <button type="button" onclick="window.location.href = 'friends.html'">See Friends</button>
<button type="button" onclick="window.location.href = 'messages.html'">See Messages</button> <button type="button" onclick="window.location.href = 'messages.html'">See Messages</button>
<button type="button" onclick="window.location.href = 'contacts.html'">See Contacts</button> <button type="button" onclick="window.location.href = 'contacts.html'">See Contacts</button>
<button type="button" onclick="window.location.href = 'search.html'">Search</button> <button type="button" onclick="window.location.href = 'search.php'">Search</button>
<button type="button" onclick="window.location.href = 'sendMessage.html'">Message Someone</button> <button type="button" onclick="window.location.href = 'sendMessage.php'">Message Someone</button>
<button type="button" onclick="window.location.href = 'findFriend.html'">Find a New Friend</button> <button type="button" onclick="window.location.href = 'findFriend.html'">Find a New Friend</button>
<button type="button" onclick="window.location.href = 'pendingFriend.html'">Check Pending Friends</button> <button type="button" onclick="window.location.href = 'pendingFriend.html'">Check Pending Friends</button>