-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (37 loc) · 822 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' type='text/css' href='main.css'>
<title>Google</title>
</head>
<body>
<div id='navbar'>
<nav>
<a href='#'>+User</a>
<a href='#'>Gmail</a>
<a href='#'>Images</a>
</nav>
</div>
<div id='main'>
<img src='logo11w_small.png' id='logo'/>
<form>
<input type='text' id='main_search'/>
<div id='buttons'>
<input value='Google Search' type='submit' />
<input value="I'm Feeling Lucky" type='submit' />
</div>
</form>
</div>
<footer>
<div id='footer_left'>
<a href='#'>Advertising</a>
<a href='#'>Business</a>
<a href='#'>About</a>
</div>
<div id='footer_right'>
<a href='#'>Privacy & Terms</a>
<a href='#'>Settings</a>
</div>
</footer>
</body>
</html>