-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (34 loc) · 1.08 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="shortcut icon" type="image/png" href="android-192x192px.png" />
<link rel="stylesheet" href="index.css">
<title>HD Images_HUB</title>
</head>
<body>
<main>
<header>
<div class="container">
<div id="header">
<h2><i class="fas fa-camera" style="color: orange;"></i> NIKHIL'S GALLERY ! 🔆❤️
</h2>
<br>
<h4>search images here ex: mountains,flowers,natures,etc.</h4>
<div id="search_box">
<input id="input" type="text" placeholder="Search..."><i id="search" class="fas fa-search"></i>
</div>
</div>
</div>
</header>
<section>
<div class = "container">
<div id="grid"></div>
</div>
</section>
</main>
<script src="index.js"></script>
</body>
</html>