Files
thinkyu/Web/Template/出勤異常通知.html
T
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

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>