ComplianceServer/oldcode/WEB/Views/Base/Account/simplePwd.cshtml

19 lines
284 B
Plaintext

@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>simplePwd</title>
</head>
<body>
<div>
@ViewBag.MSG
</div>
<div>@Html.ActionLink("返回首页", "Index", "Home")</div>
</body>
</html>