index.html 782 B

1234567891011121314151617181920212223242526272829
  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 %>logo.jpg" />
  8. <title>安盏科技</title>
  9. </head>
  10. <style>
  11. html,
  12. body {
  13. height: 100%;
  14. box-sizing: border-box;
  15. }
  16. *,
  17. *:before,
  18. *:after {
  19. box-sizing: inherit;
  20. }
  21. </style>
  22. <body>
  23. <noscript>
  24. <strong>We're sorry but ArbiPenguin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  25. </noscript>
  26. <div id="app"></div>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>