-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (41 loc) · 1.6 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<title>google Search</title>
<meta name ="viewport"
content="width=device-width, intital-scale=1.0">
<link rel="stylesheet" href="sass/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<section>
<div class="profile">
<img src="https://lh3.googleusercontent.com/ogw/ADGmqu9oKd_ZX4pqUNWzc-eWJ-EakLTio3LPTe3Kk3lg=s32-c-mo">
</div>
<div class="icon">
<i class="material-icons">apps</i>
</div>
<div class="topnav-right">
<header><a href="file:///C:/Users/Egorp%20David/Desktop/google/image.html">Images </a></header
></div>
<div class="topnav-right">
<header><a href="file:///C:/Users/Egorp%20David/Desktop/google/Advance.html">Advanced Search</a> </header>
</div>
</section>
<main align="center">
<div class="Google">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="">
</div>
<div class="fb">
<form action="https://google.com/search">
<div class="inp">
<input type="text" name="q">
<input type="hidden" value="Google Search">
</div><br>
<button id="two" type="submit" name="q">google Search</button>
<button id="two" type="submit" formaction="https://www.google.com/doodles/">I'm Feeling Lucky</button>
</form>
</div>
</main>
</body>
</html>