-
Notifications
You must be signed in to change notification settings - Fork 0
/
notification.html
105 lines (63 loc) · 3.17 KB
/
notification.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!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 href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<title>NOTIFICATIONS</title>
</head>
<body>
<!--Start Pay your Bill-->
<table id="notification" border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#848B79">
<tr>
<td>
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td height="150" align="center" valign="middle" colspan="10">
<font face="Impact" color="#292929" size="10">
<span class="fa fa-forward"aria-hidden="true"></span>
Notifications
</font>
<hr width="290" color="#292929">
</td>
</tr>
</table>
<!--
<table align="center">
<tr>
<td height="125", align="center">
<img src="https://png.pngtree.com/png-vector/20190504/ourmid/pngtree-notification-icon-design-png-image_1017481.jpg" alt="Notification" height="80%", width="85">
</td>
</tr>
</table>
-->
<table border="0" width="100%" cellpadding="15" cellspacing="0" >
<tr>
<td color="#FFEFD5",size="12" font="Optima">
<h3>
<font color="#FFEFD5">
<b> * </b> Operations Manual for WBEBL work is available at Employee Corner in Manual Section.
</br>
</br>
<b> * </b> Cyber Security Alert for COVID 19-related Phishing Attack.
</br>
</br>
<b> * </b> FORM NO. NCLT. 3A has been published.
</br>
</br>
<b> * </b> Gist of the application for investment approval i.r.o. Civil Project Works under the jurisdiction of West Bengal State Electricity Distribution Company Limited.
</br>
</br>
<b> * </b> Rates for testing & outdoor commissioning of various items, UG power cable fault locating & identification.
</br>
</font>
</h3>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>