2022-09-08 08:04:32 -07:00

11 lines
228 B
Plaintext

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