-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="about-store">
<a href="#">About</a>
<a href="#">Store</a>
</div>
<div class="gmail">
<a href="#">Gmail</a>
<a href="#">Images</a>
<a href="#" class="dot-grid"></a>
<a href="#" class="sign-in" id="sign-in">Sign In</a>
</div>
</header>
<main>
<img src="assets/googlelogo_color_272x92dp.png" alt="">
<div class="searchbox">
<img src="" alt="" class="search-icon">
<input type="text" name="" id="">
<img src="assets/googlemic_color_24dp.png" alt="" class="microphone">
</div>
<div class="two-buttons">
<a href="#" class="search-lucky">Google Search</a>
<a href="#" class="search-lucky">I'm feeling lucky</a>
</div>
</main>
<footer>
<div class="advertising-business">
<a href="#">Advertising</a>
<a href="#">Business</a>
<a href="#">How Search works</a>
</div>
<div class="privacy-terms">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Settings</a>
</div>
</footer>
</body>
</html>