Newer
Older
alarm / WebRoot / common / util / blank.jsp
zhout on 2 Mar 2022 489 bytes first commit
<%@page contentType="text/html;charset=UTF-8"%>
<%
System.out.println();
System.out.println();
System.out.println();
System.out.println();
System.out.println();
System.out.println();
System.out.println();
System.out.println();
System.out.println();
System.out.println();
%>
<html>
  <head>
    <meta charset="utf-8">
	<title>blank</title>
    <style>
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
    </style>
  </head>
  <body>
  </body>
</html>