33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<jsp:include page="../../common.jsp" />
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
<title>授权失败</title>
|
|
</head>
|
|
<body style="background:#f7f8fa;">
|
|
<div class="page-title tcenter bluebg white h40 white positionr">
|
|
<div>
|
|
<span>授权失败</span>
|
|
</div>
|
|
</div>
|
|
<div class="login_form ml20 mr20 mt50">
|
|
<form method="post">
|
|
<div class="weui-cells weui-cells_form mt50 tcenter">
|
|
<div class="bg-red icon icon-95 f55 white dlblock radiusp50 padding15">
|
|
|
|
</div>
|
|
<div class="mt30">
|
|
授权失败!
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |