index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <!--
  3. * CoreUI Free - Vue.js Admin Template
  4. * @version 3.1.4
  5. * @link https://coreui.io/vue/
  6. * Copyright (c) 2021 creativeLabs Łukasz Holeczek
  7. -->
  8. <html>
  9. <head>
  10. <meta charset="utf-8">
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  13. <title>LIMS-实验室管理系统</title>
  14. <!-- favicons for all devices -->
  15. <link rel="manifest" href="/manifest.json">
  16. <meta name="msapplication-TileColor" content="#ffffff">
  17. <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
  18. <meta name="theme-color" content="#ffffff">
  19. <!-- geotagging -->
  20. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
  21. <script>
  22. window.dataLayer = window.dataLayer || [];
  23. function gtag() {
  24. dataLayer.push(arguments);
  25. }
  26. gtag('js', new Date());
  27. // Shared ID
  28. gtag('config', 'UA-118965717-3');
  29. // Vue.js ID
  30. gtag('config', 'UA-118965717-7');
  31. </script>
  32. </head>
  33. <body>
  34. <noscript>
  35. <strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to
  36. continue.</strong>
  37. </noscript>
  38. <div id="app"></div>
  39. <!-- built files will be auto injected -->
  40. </body>
  41. </html>