Made things look a little nicer

This commit is contained in:
William Miceli
2019-12-03 22:24:42 -05:00
parent dff8bd9306
commit 4139767a22
14 changed files with 77 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
<!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>
<title>friendbook</title>
<meta http-equiv="content-type"
content="text/html; charset=utf-8"/>
</head>
@@ -11,7 +11,7 @@
background-color: #3B5998;
}
</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>
<br><br>