This commit is contained in:
Logan McInnis
2019-12-02 18:47:20 -08:00
parent 0f7bf31a62
commit 8466d68a15
3 changed files with 36 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ body {
<button type="button" onclick="window.location.href = 'search.php'">Search</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 = 'pendingFriend.html'">Check Pending Friends</button>
<button type="button" onclick="window.location.href = 'pendingFriend.php'">Check Pending Friends</button>
</body>