index.jsp 436 B

12345678910111213
  1. <%@ page language="java" contentType="text/html; charset=gbk" pageEncoding="gbk"%>
  2. <%@ include file="main/public/config.jsp"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gbk">
  7. <script type="text/javascript">
  8. var zdmb="main";
  9. window.location.href = zdmb+"/index.jsp";
  10. </script>
  11. </head>
  12. <body>
  13. </body>