-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
34 lines (30 loc) · 1.55 KB
/
project.html
File metadata and controls
34 lines (30 loc) · 1.55 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google</title>
<link rel="icon" href="images.png" >
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="Google.png" alt="Google" width="250px" class="picture">
<div class="searchbox"></div>
<form action="https://www.google.com/search" class="searchbar">
<div class="container-input">
<input type="text" placeholder="Search" name="q" class="input">
<svg fill="#000000" width="20px" height="20px" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg">
<path d="M790.588 1468.235c-373.722 0-677.647-303.924-677.647-677.647 0-373.722 303.925-677.647 677.647-677.647 373.723 0 677.647 303.925 677.647 677.647 0 373.723-303.924 677.647-677.647 677.647Zm596.781-160.715c120.396-138.692 193.807-319.285 193.807-516.932C1581.176 354.748 1226.428 0 790.588 0S0 354.748 0 790.588s354.748 790.588 790.588 790.588c197.647 0 378.24-73.411 516.932-193.807l516.028 516.142 79.963-79.963-516.142-516.028Z" fill-rule="evenodd"></path>
</svg>
<input type="submit" class="s-btn" value="Google Search">
<form action="https://www.google.com/doodles">
<input type="submit" class="s-btn" value="I'm feeling lucky" >
</form>
</div>
</form>
</div>
<nav>
<a href="gimage.html" >Images</a>
<a href="advance.html"> Advanced Search</a>
</div>
</nav>
</body>
</html>