-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 1.64 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
<!DOCTYPE html>
<html>
<head>
<title>Google</title>
<meta charset= "utf-8">
<link rel= "stylesheet" type= "text/css" href= "main.css">
<meta name= "viewport" content= "width= device-width, initial-scale= 1.0">
</head>
<body>
<header>
<div class= "surround">
<div class= "space">
<div class= "size"><a href= "index.html">+You</a></div>
<div class= "size"><a href= "index.html">Gmail</a></div>
<div class= "size"><a href= "index.html">Images</a></div>
<div class= "size" id= "square"><a href= "index.html"><img src= "square.PNG"></a>
</div>
<input type= "button" value= "Sign in" class= "signin">
</div>
</header>
<section class= "main">
<img src= "logo.png" class= "logo">
<input type= "text" class= "field">
<p class= "button">
<input type= "button" value= "Google Search" class= "resize">
<input type= "button" value= "I'm Feeling Lucky" class= "resize">
</p>
</section>
<footer>
<div class= "footer">
<div class= "left">
<ul>
<li class= "footer_left"><a href= "index.html">Advertising</a></li>
<li class= "footer_left"><a href= "index.html">Business</a></li>
<li class= "footer_left"><a href= "index.html">About</a></li>
</ul>
</div>
<div class= "right">
<ul>
<li class= "footer_right"><a href= "index.html">Privacy & Terms</a></li>
<li class= "footer_right"><a href= "index.html">Settings</a></li>
<li class= "footer_right"><a href= "index.html">Use Google.com.ng</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>