-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/768px-Google_%22G%22_Logo.svg.png" />
<link rel="stylesheet" type="text/css" href="index.css">
<title>Google_HomePage</title>
</head>
<body>
<div class="Header">
<a href="" class="gmail">Gmail</a>
<a href="" class="images">Images</a>
<a href="" class="image" title="Google app" role="button"></a>
<a><input type="button" name="sign up" value="Sign Up" class="sign_up"></a>
</div>
<div class="body">
<div class="Google_Ani"></div>
<input type="Text" name="Search" class="search" ><br>
<input type="button" name="Search" value="Search Result" class="searchbutton">
<input type="button" name="I am Feeling Lucky" value="I am Feeling Lucky" class="extrabutton"><br>
<div class="Text">
Google offered in:
<a href="">English</a>
</div>
</div>
<div class="fotter_up">
<span>India</span>
</div>
<div class="fotter_down">
<a href="" class="Left">Advertising</a>
<a href="" class="Left">Business</a>
<a href="" class="Left">About</a>
<a href="" class="Right">UseGoggle.com</a>
<a href="" class="Right">setting</a>
<a href="" class="Right">Terms</a>
<a href="" class="Right">Privacy</a>
</div>
</body>
</html>