-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.16 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 1.16 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
<!DOCTYPE HTML>
<html>
<head>
<link rel='stylesheet' href='style.css' />
<title>Google</title>
<meta charset='utf-8' />
</head>
<body>
<div id='header'>
<a href='http://www.google.com/gmail/'>Gmail</a>
<a href='https://www.google.co.in/imghp'>Images</a>
<button class='sign' onclick='signin'>Sign in</button>
</div>
<div id='container'>
<div class='image'>
<img src='google.png' />
</div>
<div class='input'>
<input type=text name='q' title='search' />
</div>
<div class='btns'>
<button class='jhp'>Google Search</button>
<button class='jhp'>I'm Feeling Lucky</button>
</div>
<div class='sites'>
<button class='ping'>Youtube</button>
<button class='ping'>W3schools</button>
<button class='ping'>Facebook</button>
<div id='footer'>
<div id='left'>
<a href='#'>Advertising</a>
<a href='#'>Business</a>
<a href='#'>About</a>
</div>
<div id='right'>
<a href='#'>Privacy</a>
<a href='#'>Terms</a>
<a href='#'>Settings</a>
</div>
</div>
</body>
</html>