-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (50 loc) · 1.2 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
<!DOCTYPE HTML>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
</head>
<body>
<!--navbar upper right-->
<div class="navbar">
<ul>
<li id="signinbutton"><a href=""><button>Sign In</button></a></li>
<li #apppng><img src="apps.png"</li>
<li><a href="">Images</a></li>
<li><a href="">Gmail</a></li>
<li><a href="">+ You</a></li>
</ul>
</div>
<!--gogle img central-->
<div class="googleimg">
<!--<img src="http://res.cloudinary.com/demo/image/fetch/fl_png8/https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png">-->
<img src= "http://www.geeky-gadgets.com/wp-content/uploads/2015/09/New-Google-Logo.gif">
</div>
<div class="searchbar">
<form>
<input type="text" placeholder="" size="50" maxlength=""/>
</form>
</div>
<div id="button_container">
<div class="button">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
</div>
</div>
<div class="footer">
<div id="left_footer">
<ul>
<li>Advertising</li>
<li>Business</li>
<li>About</li>
</ul>
</div>
<div id="right_footer">
<ul>
<li>Privacy</li>
<li>Terms</li>
<li>Settings</li>
</ul>
</div>
</div>
</body>
</html>