猎户系统

index.html 1.2KB

123456789101112131415161718192021222324252627
  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. <meta http-equiv="pragram" content="no-cache">
  8. <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
  9. <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
  10. <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script>
  11. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  12. <!-- <title><%= htmlWebpackPlugin.options.title %></title>-->
  13. <title>猎户</title>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app">
  20. <div class="self-loading" style="height: 100vh; line-height: 100vh;text-align: center; color: #666;">
  21. 页面正在加载,请耐心等待...
  22. </div>
  23. </div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>