fail.jsp 642 B

12345678910111213141516171819202122232425
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="UTF-8">
  7. <title>登录失败</title>
  8. <style type="text/css">
  9. .defeated{ text-align: center;position: absolute;top: 50%;margin-top: -108px;left: 50%;margin-left: -272px;font-family: "微软雅黑"; }
  10. </style>
  11. </head>
  12. <body>
  13. <div class="defeated">
  14. <img src="res/img/defeated.png" alt="" />
  15. <h1>东旭通系统无此用户,请联系东旭通管理员!</h1>
  16. </div>
  17. </body>
  18. <script>
  19. </script>
  20. </html>