-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge, chromium, safari, firefox">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Google</title>
<body>
<div id="nav">
<a href="https://about.google/?fg=1&utm_source=google-US&utm_medium=referral&utm_campaign=hp-header" target="_blank" id="about">About</a>
<a href="https://store.google.com/US/?utm_source=hp_header&utm_medium=google_ooo&utm_campaign=GS100042&hl=en-US" target="_blank" id="store">Store</a>
<a href="https://www.google.com/gmail/about/" target="_blank" id="gmail">Gmail</a>
<a href="https://www.google.com/imghp?hl=en&ogbl" target="_blank" id="images">Images</a>
<a href="https://about.google/intl/en/products/" target="_blank" id="menu"><img src="https://raw.githubusercontent.com/TWOdunlami/SearchClone/main/big-and-small-dots_icon-icons.com_68589.ico" alt="Menu" style="width:18px;height:18px;"></a>
<a href="https://accounts.google.com/signin" target="_blank" id="sign-in">Sign in</a>
</div>
<style>
#corner {
padding: 5px 8px 0 16px;
padding-left: 14px;
}
</style>
<div id="searchsec">
<a href="#" id="logo"><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"></a>
<input type="text" id="search" id="corner" placeholder="Welcome to Static Google">
<div id="flexbox">
<button id="google-search-btn">Google Search</button><button onclick="document.location='/home/twodunlami/Desktop/SearchClone/SearchClone/page2.htm'" id="dumb-search">Page 2...Tried once before😩</button>
</div>
<p id="google-text"><a href="https://water.org/" target="_blank">Search your ❤️ away
</a></p>
</div>
<div></div>
<section>
<div id="footer">
<a href="https://ads.google.com/intl/en_us/home/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpafooter&fg=1#!/" target="_blank" id="advertising">Advertising</a>
<a href="https://smallbusiness.withgoogle.com/?subid=us-en-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google&utm_medium=ep&utm_campaign=google_hpbfooter&utm_content=google_hpbfooter&gmbsrc=us-en_US-et-gs-z-gmb-s-z-u~sb-g4sb_srvcs-u#!/" target="_blank" id="business">Business</a>
<a href="https://www.google.com/search/howsearchworks/?fg=1" target="_blank" id="searchfaq">How Search Works</a>
<a href="https://policies.google.com/privacy?hl=en&fg=1" target="_blank" id="privacy">Privacy</a>
<a href="https://policies.google.com/terms?hl=en&fg=1" target="_blank" id="terms">Terms</a>
<a href="https://support.google.com/accounts/answer/3118621?hl=en" target="_blank" id="settings">Settings</a>
</div>
</section>
</body>
</head>
</html>