2022-11-15 00:14:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<link rel="stylesheet" href="search.css">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Search</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="header">
|
|
|
|
<div class="header-right">
|
|
|
|
<a href="./image.html">Image Search</a>
|
|
|
|
|
|
|
|
<a href="./advanced.html">Advanced Search</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mainBody">
|
2022-11-15 04:38:41 +00:00
|
|
|
<img src="search_logo.png">
|
2022-11-15 00:14:28 +00:00
|
|
|
<div class="search">
|
|
|
|
<form action="https://google.com/search">
|
|
|
|
<div class="search__input">
|
|
|
|
<input type="text" name="q">
|
|
|
|
</div>
|
|
|
|
<div class="search__buttons">
|
2022-11-15 04:38:41 +00:00
|
|
|
<button type="submit" name="btnK" value="Google Search" class="button">Google Search</button>
|
|
|
|
<button type="submit" name="btnI" value="I'm Feeling Lucky" class="button">I'm Feeling Lucky</button>
|
2022-11-15 00:14:28 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|