home.jsp 321 B

1234567891011
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" %>
  2. <%@include file="/commons/include/html_doctype.html"%>
  3. <head>
  4. <title>业务流程管理系统-广东宏天软件有限公司</title>
  5. <%@include file="/commons/include/home.jsp"%>
  6. </head>
  7. </head>
  8. <body>
  9. <div class="index-page">${html }</div>
  10. </html>