inexistence.jsp 580 B

12345678910111213141516171819202122
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"%>
  2. <%@ include file="/base.jsp"%>
  3. <head>
  4. <title>首页</title>
  5. </head>
  6. <body class="W-body">
  7. <section class="W-main-c fl">
  8. <div class="W-main-cc">
  9. <section class="W-main-center">
  10. <section class="mt20 mb20">
  11. <article class="comm-tips-1">
  12. <span> <i class="icon18 tipsIcon-1"> </i> <tt
  13. class="c-888 fsize12 ml10 vam">提示:${messages }</tt>
  14. </span>
  15. </article>
  16. </section>
  17. </section>
  18. </div>
  19. </section>
  20. <!-- 主体区域 -->
  21. </body>