index.html 930 B

12345678910111213141516171819202122232425262728293031323334
  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" />
  7. <meta name="referrer" content="no-referrer" />
  8. <link rel="icon" href="<%= BASE_URL %>logo.png" />
  9. <title><%= VUE_APP_WEB_TITLE %></title>
  10. <script
  11. type="text/javascript"
  12. src="https://smzc.shizhi.tv/zwlogin.js"
  13. ></script>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong
  18. >We're sorry but <%= VUE_APP_WEB_TITLE %> doesn't work properly without
  19. JavaScript enabled. Please enable it to continue.</strong
  20. >
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. <style>
  26. body {
  27. padding: 0;
  28. margin: 0;
  29. -webkit-text-size-adjust: 100%;
  30. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  31. }
  32. </style>
  33. </html>