-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 3.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Google Homepage</title>
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="aboutStore">
<div class="about">
<a href="https://about.google/?fg=1&utm_source=google-US&utm_medium=referral&utm_campaign=hp-header" target="_blank" onmousedown="return">About</a>
</div>
<div class="store">
<a href="https://store.google.com/US?utm_source=hp_header&utm_medium=google_ooo&utm_campaign=GS100042&hl=en-US" target="_blank" onmousedown="return">Store</a>
</div>
</div>
<div class="gmail">
<a href="https://mail.google.com/mail/?tab=wm&authuser=0&ogbl" target="_top">Gmail</a>
</div>
<div class="image">
<a href="https://www.google.com/imghp?hl=en&tab=wi&authuser=0&ogbl" target="_top">Images</a>
</div>
<div>
<a class="squares" href="https://www.google.com/intl/en/about/products?tab=wh" target="_blank">
<img class="squaresImage" src="images/google_apps_logo.png" alt="Google Apps">
</a>
</div>
<div>
<a class="profileIcon" href="https://accounts.google.com/SignOutOptions?hl=en&continue=https://www.google.com/%3Fclient%3Dsafari" target="_blank">
<image class="profileIconImage" src="images/profile_icon.jpg" alt="Profile Icon">
</a>
</div>
<img class="googleImage" src="images/googlelogo_color_272x92dp.png" alt="Google Logo">
<div class="googleSearch">
<form action="https://www.google.com/search" method="GET">
<a class="searchBar">
<input id="search" onkeyup="search()" type="text" name="q" placeholder=" ">
<input class="googleSearchImFeelingLucky" type="submit" value="Google Search">
<input class="googleSearchImFeelingLucky" type="submit" value="I'm Feeling Lucky">
</a>
</form>
</div>
<div id="footerBar">
<a class="advertising" href="https://www.google.com/intl/en_us/ads/?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">Advertising</a>
<a class="business" href="https://www.google.com/services/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpbfooter&fg=1" target="_blank">Business</a>
<a class="howSearchWorks" href="https://google.com/search/howsearchworks/?fg=1" target="_blank"> How Search works </a>
<a class="privacy" href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwjhovLJv4_rAhUH5awKHbiAAIYQ8awCCBE&url=https%3A%2F%2Fpolicies.google.com%2Fprivacy%3Fhl%3Den%26fg%3D1&usg=AOvVaw25lN6TjyY2uszSImdhMejE" target="_blank">Privacy</a>
<a class="terms" href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwjhovLJv4_rAhUH5awKHbiAAIYQ8qwCCBI&url=https%3A%2F%2Fpolicies.google.com%2Fterms%3Fhl%3Den%26fg%3D1&usg=AOvVaw2d8Ahs2oc0jxVOgPfpr4Fe" target="_blank">Terms</a>
<a class="settings" href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwjhovLJv4_rAhUH5awKHbiAAIYQzq0CCBM&url=https%3A%2F%2Fwww.google.com%2Fpreferences%3Fhl%3Den%26client%3Dsafari&usg=AOvVaw0EdGNytfLu01w-9rMmX_eZ" target="_blank">Settings</a>
</div>
</body>
</html>