| 12345678910111213141516171819202122 |
- <!doctype html>
- <html lang="">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" href="/favicon.ico" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>克拉玛依市博物馆</title>
- </head>
- <body>
- <style lang="scss">
- @font-face {
- font-family: 'heavy';
- src: url('/wxImg/SOURCEHANSERIFSC-HEAVY.OTF') format('opentype');
- font-weight: normal;
- font-style: normal;
- }
- </style>
- <div id="app"></div>
- <script src="/lib/js/jssdk.js"></script>
- <script type="module" src="/src/main.js"></script>
- </body>
- </html>
|