You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdms/web/op_fail.jsp

20 lines
461 B

<%--
Created by IntelliJ IDEA.
User: lenovo
Date: 2019/1/12
Time: 13:08
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>操作失败</title>
</head>
<body>
<div class="option-fail" style="margin: 100px 580px;">
<img src="cssFile/images/error.png">
<a href="login.jsp" style="margin: 0px auto">返回登陆</a>
</div>
</body>
</html>