forked from GardenSnake/GardenSnake.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
googleclone.html
42 lines (38 loc) · 1009 Bytes
/
googleclone.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
<html>
<head>
<link rel="stylesheet" href="css/googleclone.css">
</head>
<body>
<nav>
<a href="#">Gmail</a>
<a href="#">Images</a>
<a href="#"> [] </a>
<a href="#"><button id="signin">Sign In</button></a>
</nav>
<div class="search">
<div id="logo">
<img src=images\googlelogo.png>
</div>
<input id="search-bar" type="search" autofocus x-webkit-speech/>
<div id="search-nav">
<div id="search-button">
<a href="#"><button>Google Search</button></a>
<a href="#"><button>I'm Feeling Lucky</button></a>
<p> Learn how you can contribute to the <a href="https://github.com/GardenSnake/GardenSnake.github.io"> Garden Snake Project</a></p>
</div>
</div>
</div>
<footer class="footer">
<nav id="footer-left">
<a href="#">Advertising</a>
<a href="#">Business</a>
<a href="#">About</a>
</nav>
<nav id="footer-right">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Settings</a>
</nav>
</footer>
</body>
</html>