main.jsp 505 B

123456789101112131415161718192021
  1. <%@ page language="java" pageEncoding="utf-8" contentType="text/html;charset=utf-8" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <%@ include file="common/common.jsp" %>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <title>首页 - ${title }</title>
  8. </head>
  9. <body>
  10. <%@ include file="common/head.jsp" %>
  11. <%@ include file="common/menu.jsp" %>
  12. <div class="J_content">
  13. </div>
  14. </body>
  15. </html>