11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
@model System.Web.Mvc.HandleErrorInfo
|
|
|
|
@{
|
|
ViewBag.Title = "已鎖定";
|
|
}
|
|
|
|
<hgroup>
|
|
<h1 class="text-danger">已鎖定。</h1>
|
|
<h2 class="text-danger">此帳戶已遭鎖定,請稍後再試一次。</h2>
|
|
</hgroup>
|