Priyatham-sai-chand/images.html

46 lines
1.9 KiB
HTML
Raw Normal View History

2020-07-17 00:21:29 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Google Images</title>
<link rel="stylesheet" type="text/css" href="images.css">
<link rel="icon" href="favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="navbar">
<a href="index.html" id="search">Google Search</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"/>
<span id ="images_word">images</span>
<form name="google" action="https://www.google.com/search" method="get" autocomplete="off">
<input type="search" class="search" name= "q">
<button type = "button" id= "camera"></button>
<button type = "button" id= "microphone"></button>
<input type="submit" class="button" name = " " value = "">
<input type = "hidden" name = "tbm" value= "isch">
</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/intl/en/about/">About</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>