forum.html 900 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  8. <script src="../o2_core/o2.min.js"></script>
  9. <script src="js/base.min.js"></script>
  10. <script src="js/forum.js"></script>
  11. <script src="../o2_lib/Decimal.js"></script>
  12. <script>layout.anonymous = true;</script>
  13. <title>Forum</title>
  14. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  15. </head>
  16. <body style="overflow: auto; margin:0px">
  17. <div id="appContent" class="appContent" style="overflow: hidden; height:100%; background-color:#EEE"></div>
  18. </body>
  19. </html>