-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (41 loc) · 1.17 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
51
<!DOCTYPE html>
<html>
<head>
<title>My Google</title>
<link href="css/style2.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="google-logo">
<img src="https://storage.googleapis.com/gd-wagtail-prod-assets/original_images/evolving_google_identity_share.jpg" width="320" height="240"/>
</div>
<div class="buttons">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
</div>
<div class="search-bar-outer">
<input type="text" >
</div>
<div class="SignInButton">
<button>Sign In</button>
</div>
<div class="app-logo">
<img src="index.png">
</div>
<ul class="img-gm">
<li> Gmail</li>
<li> Images</li>
</ul>
<div class="footer">
<ul class="bottom-left">
<li>Advertising</li>
<li>Business</li>
<li>About</li>
</ul>
<ul class="bottom-right">
<li>Privacy</li>
<li>Terms</li>
<li>Setting</li>
</ul>
</div>
</div>