Priyatham-sai-chand/index.html

43 lines
2.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" href="favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google</title>
</head>
<body>
<div id="navbar">
<a href="https://about.google/?fg=1&utm_source=google-US&utm_medium=referral&utm_campaign=hp-header" 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" id="store">Store</a>
<a href="advanced.html" id="advanced">Advanced search</a>
<a href="images.html" id="image">Images</a>
<a href="#" id="menu"><img src="menu.png"></a>
<a href="https://accounts.google.com/ServiceLogin?hl=en&amp;passive=true&amp;continue=https://www.google.com/" id="sign-in">Sign in</a>
</div>
<div class = "Main">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"/>
<form name="google" action="https://www.google.com/search" method="get" autocomplete="off"><br>
<input type="search" class="search" name = "q"><br>
<div class = "buttons">
<input type="submit" class="button" name="submit" value="Google Search" id = "submit">
<input type="submit" class="button" name="btnI" value="I'm Feeling Lucky" id = "lucky">
</div>
</form>
</div>
<footer>
<a class="leftlinks" href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
<a class="leftlinks" href="https://www.google.com/services/?fg=1">Business</a>
<a class="leftlinks" href="https://www.google.com/search/howsearchworks/?fg=1">How Search Works</a>
<a class="rightlinks" href="https://www.google.com/preferences?hl=en">Settings</a>
<a class="rightlinks" href="https://policies.google.com/terms?hl=en-IN&fg=1">Terms</a>
<a class="rightlinks" href="https://policies.google.com/privacy?hl=en-IN&fg=1">Privacy</a>
</footer>
</body>
</html>