37 lines
803 B
HTML
37 lines
803 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
|
|
<style type='text/css'>
|
|
body {
|
|
font-family: Arial, Tahoma;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
table {
|
|
background-color: #D1DDF1;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
th, td {
|
|
padding: 3px;
|
|
}
|
|
|
|
th {
|
|
color: white;
|
|
background-color: #507CD1;
|
|
text-align: center;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3>打卡異常通知</h3>
|
|
<p>您好!提醒您在 <b>{日期}</b> 有打卡異常的狀況:</p>
|
|
<p><b>{異常狀況}</b></p>
|
|
(本郵件由系統自動發送,請勿直接回覆)
|
|
</body>
|
|
</html> |