2018-06-03 22:26:41 +08:00

16 lines
282 B
Plaintext

<%@ page language="java" contentType="text/html; charset=GBK" %>
<%@ include file="/IncludeBegin.jsp"%>
<html>
<head>
<title>预警信息</title>
<style type="text/css">
body {
background: transparent;
}
</style>
</head>
<body>
</body>
</html>
<%@ include file="/IncludeEnd.jsp"%>