forked from Abhishek8287/Kleaner-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotification.html
More file actions
48 lines (43 loc) · 1.48 KB
/
Copy pathNotification.html
File metadata and controls
48 lines (43 loc) · 1.48 KB
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
<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" />
<title>Notification</title>
<link rel="stylesheet" href="Notification.css" />
</head>
<body>
<div class="heading">
<h1>Recent notifications..</h1>
</div>
<div class="container">
<div class="row">
<img
src="https://us.123rf.com/450wm/urfandadashov/urfandadashov1809/urfandadashov180900261/109062873-dustbin-vector-icon-isolated-on-transparent-background-dustbin-logo-concept.jpg?ver=6"
alt="loading"
/>
<div class="para"><p>Your waste has been Collected</p></div>
</div>
<div class="row">
<img src="./images/amazonimage.jpg" alt="loading" />
<div class="para"><p>Amazon vocher worth 100rupees is Added</p></div>
</div>
<div class="row">
<img
src="https://www.pngguru.in/storage/uploads/images/Wall%20Watch%20png%20image%20free%20download_1651831631_825553447.webp"
alt="loading"
/>
<div class="para">
<p>Succesfully done pickUP</p>
</div>
</div>
<div class="row">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQVHG9498U9k-dp5iNn39njtjsx1E2lgm7gTg&usqp=CAU"
alt="loading"
/>
<div class="para"><p>Pickup Cancelled</p></div>
</div>
</div>
</body>
</html>