update index with breaks in between the buttons

This commit is contained in:
Bryan
2019-11-25 22:15:26 -05:00
parent 6dbe81040c
commit b3e367c240

View File

@@ -14,11 +14,17 @@
<h2><font color="white">Friendbook</h2>
<button type="button" onclick="window.location.href = '/friends.html'">See Friends</button>
<br><br>
<button type="button" onclick="window.location.href = '/messages.html'">See Messages</button>
<br><br>
<button type="button" onclick="window.location.href = '/contacts.html'">See Contacts</button>
<br><br>
<button type="button" onclick="window.location.href = '/search.php'">Search</button>
<br><br>
<button type="button" onclick="window.location.href = '/sendMessage.php'">Message Someone</button>
<br><br>
<button type="button" onclick="window.location.href = '/findFriend.html'">Find a New Friend</button>
<br><br>
<button type="button" onclick="window.location.href = '/pendingFriend.html'">Check Pending Friends</button>