-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
22 lines (22 loc) · 945 Bytes
/
homepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Google</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<nav id="googlenav">
<a href="">+Matt</a><a href="">Gmail</a><a href="">Images</a><a href=""><img src="images/blocks.png" /></a><a href=""><img src="images/bell.png" /></a><a href=""><button>Share</button></a><a href=""><img src="images/userpic.png" /></a>
</nav>
<section id="googleheader">
<img id="googleimage" src="images/logo.png" id="googlelogo" height="95px" width="269px"/>
<form>
<input type="text" id="googleinput"></input>
</form>
<div id="googlebuttons"><button>Google Search</button><button>I'm Feeling Lucky</button></div>
</header>
<footer id="googlefoot"><span id="googlefootleft"><a href="">Advertising</a><a href="">Business</a><a href="">About</a></span><span id="googlefootright"><a href="">Privacy & Terms</a><a href="">Settings</a></span></footer>
</body>
</html>