blank.jsp 489 B

123456789101112131415161718192021222324252627
  1. <%@page contentType="text/html;charset=UTF-8"%>
  2. <%
  3. System.out.println();
  4. System.out.println();
  5. System.out.println();
  6. System.out.println();
  7. System.out.println();
  8. System.out.println();
  9. System.out.println();
  10. System.out.println();
  11. System.out.println();
  12. System.out.println();
  13. %>
  14. <html>
  15. <head>
  16. <meta charset="utf-8">
  17. <title>blank</title>
  18. <style>
  19. tbody tr:nth-child(odd) td,
  20. tbody tr:nth-child(odd) th {
  21. background-color: #f9f9f9;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. </body>
  27. </html>