16 lines
282 B
Plaintext
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"%> |