-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
30 lines (29 loc) · 1008 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="https://biorender.com/img/covid/vaccine.png" />
<title>𝐕𝐚𝐜𝐜𝐢𝐧𝐞 𝐧𝐞𝐚𝐫 𝐦𝐞</title>
<link rel="shortcut icon" href="icon.png" width="10px">
</head>
<body>
<div class="searchBox">
<input type="text" placeholder="enter your area pincode" id="input" />
<button>
<img
src="https://cdn3.iconfinder.com/data/icons/flaticons-1/24/flaticon_search-512.png"
alt="search"
/>
</button>
</div>
<div class="cards"></div><div class="card"></div>
<div class="opening">
<h1>Find Vaccination Centers near you</h1>
<img src="./vaccine1.jpg" alt="">
</div>
<script src="script.js"></script>
</body>
</html>