-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 1.52 KB
/
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
46
47
48
49
50
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>Google</title>
</head>
<body>
<div class="header">
<ul>
<li>About</li>
<li>Store</li>
</ul>
<ul class="right">
<li>Gmail</li>
<li>Images</li>
<li><img class="menuicon"src="https://2tonepantone.github.io/google-homepage/images/appslogo.png" alt="menu icon" width="18px" height="18px"></li>
<li><input type="button" class="signinbutton" value="Sign in" alt="Sign in"></li>
</ul>
</div>
<div class="center">
<div class="logo">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="Google's Logo">
</div>
<div class="input">
<input class="textfield" type="text" name="" value="" size="90">
<img class="mic"src="http://skills.org.pk/wp-content/uploads/2017/02/f2014733647416.56b3aa52acd49-60x60.png" alt="microphone">
</div>
<div class="buttons">
<span>
<button type="button" name="button">Google Search</button>
</span>
<span>
<button type="button" name="button">I'm Feeling Lucky</button>
</span>
</div>
</div>
<div class="footer">
<ul>
<li>Advertising</li>
<li>Business</li>
</ul>
<ul class="right">
<li>Privacy</li>
<li>Terms</li>
<li>Settings</li>
</ul>
</div>
</body>
</html>