| 123456789101112131415161718192021222324 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" href="/favicon.ico" />
- <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>中科盛阳信息技术有限公司</title>
- </head>
- <script>
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?4ef580994251660ce8c45997f722da54";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|