index.html 877 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  8. <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.6.2.js"></script>
  9. <title>RWACHA</title>
  10. </head>
  11. <style>
  12. html,
  13. body {
  14. height: 100%;
  15. box-sizing: border-box;
  16. }
  17. *,
  18. *:before,
  19. *:after {
  20. box-sizing: inherit;
  21. }
  22. </style>
  23. <body>
  24. <noscript>
  25. <strong>We're sorry but ArbiPenguin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  26. </noscript>
  27. <div id="app"></div>
  28. <!-- built files will be auto injected -->
  29. </body>
  30. </html>