index.html 316 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. </head>
  6. <script type="text/javascript" src="/static/plugins/jquery/jquery.min.js"></script>
  7. <script type="text/javascript">
  8. $(function () {
  9. top.window.location.href = '/app/sys/index.html#';
  10. });
  11. </script>