chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<!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;
|
||||
table-layout: fixed;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
th {
|
||||
color: white;
|
||||
background-color: #507CD1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h3><b>{年月}</b> 打卡異常通知</h3>
|
||||
<p>您好!您督導的 <b>[{專案編號}] {專案名稱}</b> 專案有打卡異常如附件</p>
|
||||
<p>(本郵件由系統自動發送,請勿直接回覆)</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user