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