-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (39 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jihad</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<ul>
<li><a href="#" class="uline">Gmail</a></li>
<li><a href="#" class="uline">Images</a></li>
<li><a href="#" class="bgh"><i class="fa fa-flask" ></i></span></a></li>
<li><a href="#" class="bgh"><i class="fa fa-bars" ></i></span>
</a></li>
<li><a href="#" class="bgh"><i class="fa fa-sign-out" ></i>
</a></li>
</ul>
</div>
<div class="google">
<h1 class="g-text">Google</h1>
</div>
<div class="search-section">
<form action="#">
<div class="input-field">
<span class="s-icon"><i class="fa fa-search" aria-hidden="true"></i>
</span>
<span class="camera"><i class="fa fa-camera-retro" aria-hidden="true"></i>
</span>
<span class="microphone"><i class="fa fa-microphone" aria-hidden="true"></i>
</span>
<input class="field" type="text" placeholder="Search Google or type a URL">
</div>
</form>
</div>
</body>
</html>