-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 1.14 KB
/
index.html
File metadata and controls
48 lines (41 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="main.css" rel="stylesheet" type="text/css"/>
<title>google</title>
</head>
<body>
<div class="header">
<div id="text">
<a id="text" href>+You</a>
<a id="text" href>Gmail</a>
<a id="text" href>Images</a>
<a id="text" href><img id="grid" src="./images/grid.png"></a>
<a id="text" href id="signIn">Sign In</a>
</div>
</div>
<div class="gSymbol">
<img class="google" src="./images/google-logo.png">
</div>
<div class="input">
<input class="input" type="text" name="google_text_field">
</div>
<div>
<a href><img id="mic" src="./images/microphone.png"></a>
</div>
<div class="subGoogle">
<a href class="subGoogle" id="subGoogle_left">Google Search</a>
<a href class="subGoogle" id="subGoogle_right">I'm Feeling Lucky</a>
</div>
<div class="footer_left">
<a id="left" href>Advertising</a>
<a id="left" href>Business</a>
<a id="left" href>About</a>
</div>
<div class="footer_right">
<a id="right" href>Privacy & Terms</a>
<a id="right" href>Settings</a>
</div>
</body>
</html>