OpenAuth.Net/OpenAuth.WebTest/Views/Shared/Error.cshtml

15 lines
316 B
Plaintext
Raw Normal View History

2016-07-08 11:28:38 +08:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width" />
<title>错误</title>
</head>
<body>
<hgroup>
<h1>登录失败</h1>
<h2>用户名或密码错误</h2>
</hgroup>
</body>
</html>