-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 999 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Welcome to Google</title>
<link rel="stylesheet" type="text/css" href="index.css" media="screen" />
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
</head>
<body>
<div class="header">
<a href="">Gmail</a>
<a href="">Images</a>
<i class="fas fa-bars"></i>
<i class='fab fa-amilia' style='font-size:36px'></i>
</div>
<div class="body">
<img src="logo.png" /><br />
<div class="input-icons">
<i class="fas fa-search icon1"></i>
<i class="fas fa-microphone icon2"></i>
<input type="text" id="search" name="search" />
<br />
<div class="buttons">
<button class="button">Google Search</button>
<button class="button">I'm feeling lucky</button>
<p>Google offered in: <a href="">Hausa</a> <a href="">Igbo</a> <a href="">Yoruba</a> <a href="">Nigerian Pidgin</a></p>
</div>
</div>
</div>
</body>
</html>
</html>