-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (48 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css" type="text/css"/>
<title>Google</title>
</head>
<body>
<div id="container">
<div id="header">
<div id="navbar">
<ul>
<a href='#'><li>+You</li></a>
<a href='#'><li>Search</li></a>
<a href='#'><li>Images</li></a>
<a href='#'><li>Maps</li></a>
<a href='#'><li>Play</li></a>
<a href='#'><li>YouTube</li></a>
<a href='#'><li>News</li></a>
<a href='#'><li>Gmail</li></a>
<a href='#'><li>Drive</li></a>
<a href='#'><li>Calendar</li></a>
<a href='#'><li>More</li></a>
</ul>
</div>
</div>
<div id="content">
<div id="signin">
SIGN IN
</div>
<div id="search">
<img class="resize" src="images/logo4w.png" alt="google logo" />
<input type="text" id="textbox" name="searchbox">
<input type="submit" class="searchbtn" value="Google Search"> <!--<div class="searchbtn">Google Search</div>-->
<input type="submit" class="searchbtn" value="I'm Feeling Lucky"> <!--<div class="searchbtn">I'm feeling lucky</div>-->
</div>
</div>
<div id="footer">
<ul>
<a href='#'><li>Advertising Programs</li></a>
<a href='#'><li>Business Solutions</li></a>
<a href='#'><li>Privacy & Terms</li></a>
<a href='#'><li>+Google</li></a>
<a href='#'><li>About Google</li></a>
</ul>
</div>
</div>
</body>
</html>