index.html 621 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html lang="">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>克拉玛依市博物馆</title>
  8. </head>
  9. <body>
  10. <style lang="scss">
  11. @font-face {
  12. font-family: 'heavy';
  13. src: url('/wxImg/SOURCEHANSERIFSC-HEAVY.OTF') format('opentype');
  14. font-weight: normal;
  15. font-style: normal;
  16. }
  17. </style>
  18. <div id="app"></div>
  19. <script src="/lib/js/jssdk.js"></script>
  20. <script type="module" src="/src/main.js"></script>
  21. </body>
  22. </html>