-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" type="text/css" href="./google.css">
</head>
<body>
<nav class="header">
<ul>
<li> <a href="images.html"><img src ="">Image Search</a></li>
<li><a href="advanced_searches.html">Advanced Search</a></li>
</ul>
</nav>
<form target="_blank" action="https://google.com/search">
<div class="google-logo">
<img src="google-logo-1.png" height="85px" width="250px" alt="google-logo" title="google-logo">
</div>
<input type="text" name="q" id="searchbar" class="roundCorner">
<input type="submit" value="Google Search" id="search_button">
<input type="submit" name="btnI" value="I am Feeling Lucky" id="lucky_button" >
</form>
<div class="warning_text">
<Strong> Note: <strong> Google has discontinued support for the "I'm Feeling Lucky" feature for public external integration via the keyboard argument.
As a result, users will no longer be able to access this feature directly.
Instead, users enter their search query, and the script will redirect them to the search results page using google`s own Javascript script.
</div>
</body>
</html>