updating index to add backslashes to make the buttons work
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
</style>
|
</style>
|
||||||
<h2><font color="white">Friendbook</h2>
|
<h2><font color="white">Friendbook</h2>
|
||||||
|
|
||||||
<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.php'">Search</button>
|
<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 = '/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>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user