chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>報名課程成功通知</title>
|
||||
<style></style>
|
||||
</head>
|
||||
<body style="font-family: 標楷體, KaiTi; font-size: 16pt">
|
||||
<p>您好:</p>
|
||||
<p>恭喜您!您報名 <span style="font-weight: bold">{訓練日期}</span> <span style="font-weight: bold">{訓練名稱}</span> 課程已成功!</p>
|
||||
<p>您將於開課一周前收到行前通知單,如沒有收到相關資訊,可撥打各區辦公室電話進行了解。</p>
|
||||
<p>北基:02-2256-0859</p>
|
||||
<p>桃竹:03-339-2798</p>
|
||||
<p>中彰:04-2221-2616</p>
|
||||
<p><span style="font-size:12pt">(這是系統自動發送的郵件,請勿回覆)</span></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user