-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (36 loc) · 1.44 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
<!DOCTYPE html>
<head>
<title>Duplicate Google Webpage</title>
<link rel="stylesheet" href="styles/styles.css" type="text/css">
</head>
<body>
<img class="logo" src="images/googlelogo_color_272x92dp.png" alt="Google Logo">
<form action="#" method="GET" name="search_bar">
<div class="navbar">
<input type="text" name="user_input"><br>
</div>
<div class="search_button">
<input type="submit" value="Google Search">
<input type="submit" value="I'm Feeling Lucky">
</div>
</form>
<div class="privacy">
<img class="privacy_img" src="images/privacy-shield_2x.png" alt="Privacy Logo">
We protect your privacy, our data, and put you in control.
<a href="https://www.google.com/url?q=https://privacy.google.com%3Futm_source%3Dgoogle%26utm_medium%3Dhpp%26utm_campaign%3Dhpp-092915-com&source=hpp&id=5081471&ct=3&usg=AFQjCNG_kz5XpqqGq7cieGr9Kg4ucOqFZQ">Learn how</a>
</div>
<footer>
<div class="l_footer">
<a href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
<a href="https://www.google.com/services/?fg=1">Business</a>
<a href="https://www.google.com/intl/en/about.html?fg=1">About</a>
</div>
<div class="r_footer">
<a href="https://www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a>
<a href="https://www.google.com/intl/en/policies/terms/?fg=1">Terms</a>
<a href="https://www.google.com/preferences?hl=en">Settings</a>
</div>
</footer>
<!-- <script src="scripts/main.js"></script> -->
</body>
</html>