-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
66 lines (57 loc) · 1.87 KB
/
homepage.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
<!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="csshomepage.css">
<script type="text/javascript">
function buscar(){
texto="txt do user";
alert(texto);
}
//https://www.google.com/searchq=<busca>}
</script>
</head>
<body>
<!--Top line with Gmail link etc-->
<div class="top">
<div>
<span><a class="link" href="https://mail.google.com/mail/?tab=wm">Gmail</a></span>
<span><a class="link" href="https://www.google.com.br/imqhp?hl=en&tab=wi">Images</a></span>
<a class="grid" href="https://www.google.com.br/intl/en/about/products?tab=wh" title="Google Apps" role="button" tabindex="0">grade</a>
</div>
</div>
<!--Middle logo-->
<div style="height:233px;margin-top:89px" align=center>
<img id=google alt=Google
src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
width="272" height="92">
</div>
<!--Form-->
<div class="busca">
<input maxlength="2048" name="q" type="text" title="Search" >
</div>
<!-- Buttons -->
<div class="butons">
<center>
<input value="Google Search" name="GS" type="submit" onclick="buscar()">
<input value="I'm Feeling Lucky" name="lucky" type="submit">
</center>
</div>
<!-- Text abo ut region language -->
<div class="footer1">
<div>
<span id="br">Brazil</span>
</div>
<span>
<a class="bottom" href="">Advertising</a>
</span>
<a class="bottom" href="">Business</a>
<a class="bottom" href="">About</a>
</div>
<div class="footer2">
</div>
</body>
</html>