error.jsp
627 Bytes
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>科路得</title>
<link rel="stylesheet" type="text/css" href="/css/pay.css">
<style type="text/css">
.content{
}
</style>
</head>
<body>
<jsp:include page="/include/header.jsp" flush="true"/>
<div class="content">
<p style="margin: 0 auto;padding-top: 100px;padding-bottom: 100px;text-align: center">小科程序猿正在努力修复</p>
</div>
<jsp:include page="/include/footer.jsp" flush="true"/>
</body>
</html>