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