-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (55 loc) · 1.37 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
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Google - Sample Page</title>
<link rel="stylesheet" type="text/css" href="reset.css" media="all"/>
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="all"/>
</head>
<body>
<div id="wrapper">
<div id="header">
<ul>
<li>Michel</li>
<li>Gmail</li>
<li>Images</li>
<li><img src="apps.jpg"/></li>
<li><img src="notifications.jpg"/></li>
<li><img src="profile.jpg"/></li>
</ul>
</div>
<div id="search">
<div>
<img width="17%" height="17%" src="https://media.guim.co.uk/05f8b0b64e0050104daeb37b06dcc3b53e220ffc/0_42_1260_756/master/1260.jpg"/>
</div>
<div>
<div>
<input name="search_text" type="text" value="Search">
</div>
<div>
<form action="search_results.html">
<br><input value="Google Search" aria-label="Google Search" name="btnK" type="submit">
<input value="I'm Feeling Lucky" aria-label="I'm Feeling Lucky" name="btnI" type="submit">
</form>
</div>
</div>
</div>
<div id="footer">
<div id="footer_left">
<ul>
<li>Advertising</li>
<li>Business</li>
<li>About</li>
</ul>
</div>
<div id="footer_right">
<ul>
<li>Privacy</li>
<li>Terms</li>
<li>Settings</li>
<li>Use Google.com</li>
</ul>
</div>
</div>
</div>
</body>
</html>