|
- @{
- Layout = null;
- }
-
- <!DOCTYPE html>
-
- <html>
- <head>
- <meta name="viewport" content="width=device-width" />
- <title>青桔访问验证</title>
- <script src="~/Content/jquery/jquery-1.10.2.min.js"></script>
- <script type="text/javascript">
- $(function () {
- setTimeout(function () {
- location.href = '/Home/GoQingJu?redi=1';
- }, 1000);
- });
- </script>
- </head>
- <body>
- <div style="width: 100%; text-align: center;">
- <div style="margin-top: 10%;">
- <img src="~/Content/qingju/128.png" />
- </div>
- <div style="color: #959595; font-size: 14px; padding-top: 40px;">IDENTITY AUTHENTICATION</div>
- <div style="text-align:center;font-size:26px; line-height:40px; padding-bottom:25px; color:#3d3d3d;">青桔</div>
- <div style="text-align:center; font-size:15px; color:#fe7511;">系统认证中,请耐心等待...</div>
- </div>
- </body>
- </html>
|