-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<a href="#">Gmail</a>
<a href="#">Images</a>
<a href="#" title="Google Apps"><i style="font-size: 20px; opacity: 0.5;" class="fas fa-th"></i></a>
<a href="#" title="User"><img src="icon-user-default.png" alt="" id="profile"></a>
</header>
<main>
<div id="main">
<div id="logo"><img src="google.png"></div>
<div id="form">
<i style="opacity: 0.5;" class="fas fa-search"></i>
<input type="text" title="search">
<img src="download.png" title="Search by Voice">
</div>
<div id="button">
<button id="button1">Google Search</button>
<button id="button2">I'm Feeling Lucky</button>
</div>
</div>
</main>
<footer>
<div id="a">
<a href="">Advertising</a>
<a href="">Buisness</a>
<a href="">About</a>
<a href="">How Search Works</a>
</div>
<div id="b">
<a href="">Privacy</a>
<a href="">Terms</a>
<a href="">Settings</a>
</div>
</footer>
</body>
</html>