-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (46 loc) · 1.59 KB
/
Copy pathindex.html
File metadata and controls
58 lines (46 loc) · 1.59 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="main.css"/>
<link type="image/x-icon" rel="icon" href="images/google-icon.png"/>
<title>Google</title>
</head>
<body>
<ul id="headerLinksUL">
<li class="headerLink"><a href="" class="a1">+You</a></li>
<li class="headerLink"><a href="" class="a1">Gmail</a></li>
<li class="headerLink"><a href="" class="a1">Images</a></li>
<li class="headerLink">
<a href="" class="a2"><img src="images/grid.png" height="24" width="24"/></a>
</li>
<li class="headerLink"><button id="signInButton">Sign in</button></li>
</ul>
<div id="logo">
<img src="images/google-logo.png" height="100"/>
</div>
<div id="searchDiv" tabindex=1>
<form id="searchForm">
<input type="search" name="search" id="searchInput"/>
</form>
<span id="microphone">
<a href=""><img src="images/microphone.png" height="28" width="28"/></a>
<span id=microphoneDD>Search by voice</span>
<span>
</div>
<div id="buttonDiv">
<button class="sbButton">Google Search</button>
<button class="sbButton">I'm Feeling Lucky</button>
</div>
<div id="footer">
<ul id="left">
<li class="footLink"><a href="" class="a1">Advertising</a></li>
<li class="footLink"><a href="" class="a1">Business</a> </li>
<li class="footLink"><a href="" class="a1">About</a> </li>
</ul>
<ul id="right">
<li class="footLink"><a href="" class="a1">Privacy & Terms</a></li>
<li class="footLink"><a href="" class="a1">Settings</a> </li>
</ul>
</div>
</body>
</html>