-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (55 loc) · 2.3 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>
Google
</title>
<link rel="icon" type="image/png" sizes="10x10" href="https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png">
<link rel="stylesheet" href="csshomepage2.css">
</title>
</head>
<body>
<!-- Top Line with gmail link -->
<div class="topbar">
<span><a class="link" href="https://mail.google.com/">Gmail</a></span>
<span><a class="link" href="https://images.google.com/">Images</a></span>
<span><a class="grid" href="https://www.google.com.br/intl/en/about/products?tab=wh" title="Google Apps" role="button" tabindex="0"></a></span>
<span><a class="sign" href="https://accounts.google.com/">Sign in</a></span>
</div>
<!-- Figure in the middle-->
<div class="midbar">
<img id=google alt=Google src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
width="272" height="92">
</div>
<!-- Searchbar-->
<div class="searchbar">
<input maxlength="2048" type="text" autocomplete="off" role="combobox">
</div>
<!--2nd Buttons -->
<div class="buttons2">
<span><a class="blink" href="https://www.google.com">Google Search</a></span>
<span><a class="blink" href="https://www.google.com">I'm Feeling Lucky</a></span>
</div>
<!-- Language -->
<div class="offered">
<span>Google offered in: <a class="offerelang" href="https://www.google.com.br">Portugês (Brasil)</a> </span>
</div>
<!-- bottombar -->
<div class="botbar1">
<div>
<span><a href="https://www.google.com.br">Brazil</a></span>
</div>
</div>
<div class="botbar2">
<span><a href="https://www.google.com.br">Advertising</a></span>
<span><a href="https://www.google.com.br">Business</a></span>
<span><a href="https://www.google.com.br">About</a></span>
<span><a href="https://www.google.com.br">How Search Works</a></span>
</div>
<div class="botbar3">
<span><a href="https://www.google.com.br">Privacy</a></span>
<span><a href="https://www.google.com.br">Terms</a></span>
<span><a href="https://www.google.com.br">Settings</a></span>
</div>
</body>
</html>