forum.html 1.1 KB

12345678910111213141516171819202122
  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" type="text/css" href="css/v10/root.css" charset="UTF-8" />
  7. <link rel="stylesheet" type="text/css" href="css/v10/style.css" id="oo-css-skin" charset="UTF-8" />
  8. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  9. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  10. <script src="../o2_core/o2.min.js"></script>
  11. <script src="js/base.min.js"></script>
  12. <script src="js/forum.js"></script>
  13. <script src="../o2_lib/Decimal.js"></script>
  14. <script>layout.anonymous = true;</script>
  15. <title>Forum</title>
  16. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17. </head>
  18. <body style="overflow: auto; margin:0px">
  19. <div id="appContent" class="appContent" style="overflow: hidden; height:100%; background-color:#EEE"></div>
  20. </body>
  21. </html>