-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTMLPage1.html
More file actions
13 lines (10 loc) · 985 Bytes
/
HTMLPage1.html
File metadata and controls
13 lines (10 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<p><strong>Dear abc ,</strong></p><p>You have following manual punches request of Ansh Akhtar for Approval/Rejection : </p><p><table><tr style='background-color:green;text-align:center'><th>#</th><th>Duty Date</th><th>Shift Attended</th><th>In Time</th><th>Out Time</th></tr><tbody><tr><td>1</td><td>06-09-2023</td><td>G</td><td>09:30:00</td><td>18:30:00</td></tr><tr><td>2</td><td>07-09-2023</td><td>G</td><td>09:30:00</td><td>14:30:00</td></tr></tbody></table></p><p><a href='https://simplihr2.azurewebsites.net/account/login?Ids=1,2&action=a'><button style='background-color:brown;color:white;text-align:center'>Approve All</button></a> <a href='https://simplihr2.azurewebsites.net/account/login?Ids=1,2&action=r'><button style='background-color:brown;color:white;text-align:center'>Reject All</button></a></p>"
</body>
</html>