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

31 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>friendbook</title>
<meta http-equiv="content-type"
content="text/html; charset=utf-8"/>
</head>
<body>
<style>
body {
background-color: #3B5998;
}
</style>
<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 = '/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>
</body>
</html>