forked from shaz13/Google_Revamped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (51 loc) · 3 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 href="https://www.google.co.in/images/branding/product/ico/googleg_lodp.ico" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Google Home Demo</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div class="topbar">
<span id="ftl">
<a class="_Gs" href="https://mail.google.com/mail/u/0/?tab=wm#inbox">Gmail</a>
<a class="shaz" href="https://github.com/shaz13/Google-Home-Page">Source GitHub</a>
<a class="shaz" href="https://github.com/shaz13">Mohammad Shahebaz</a>
<a href="https://www.google.co.in/?gfe_rd=cr&ei=XB9eWKidKvLx8AfvkIr4Cw#q=Mohammad Shahebaz"><img src="https://avatars2.githubusercontent.com/u/24438869?v=3&s=460" id="shaz">
</a>
</span>
</div>
<img src="newg.gif" id=glog width="auto" height="auto">
<div class="search">
<input id="s" type="text" placeholder="Search" autocorrect="off" autocomplete="off" autocapitalize="off"/>
</div>
<div class="fbar">
<span id="fsr">
<a class="_Gs" href="https://www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a>
<a class="_Gs" href="https://www.google.co.in/intl/en/policies/terms/regional.html">Terms</a>
<span style="display:inline-block;position:relative">
<a class="_Gs" href="https://www.google.com/preferences?hl=en" id="fsettl" aria-controls="fsett" aria-expanded="false" role="button" jsaction="foot.cst">Settings</a>
<span id="fsett" style="display:none">
<a href="https://www.google.com/preferences?hl=en&fg=1">Search settings</a>
<span data-jibp="h" data-jiis="uc" id="advsl"> <a href="/advanced_search?hl=en&fg=1">Advanced search</a>
</span> <a href="/history?hl=en&fg=1"> History </a>
<a href="//support.google.com/websearch/?p=ws_results_help&hl=en&fg=1">Search Help</a>
<a href="javascript:void(0)" data-bucket="websearch" id="_Yvd" target="_blank" jsaction="gf.sf" data-ved="0ahUKEwjvrY_Y4YzRAhWLpY8KHdloBJYQLggO"> Send feedback </a>
</span>
</span>
<a class="_Gs" href="https://www.google.com/setprefdomain?prefdom=IN&prev=https://www.google.co.in/?gfe_rd%3Dcr%26ei%3D82BeWLt6k8jwB9zwsuAD%26gws_rd%3Dcr&sig=__pifCrKfrNsYA7Q2ymIzKwaR0Lu4%3D&fg=1">Use Google.co.in</a>
</span>
<span id="fsl">
<a class="_Gs" href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
<a class="_Gs" href="https://www.google.com/services/?fg=1">Business</a>
<a class="_Gs" href="https://www.google.com/intl/en/about.html?fg=1">About</a>
</span>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="script.js"></script>
<script src="typed.js"></script>
<script src="jquery.inputfit.js"></script>
</body>
</html>