12345678910111213141516 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
- />
- <title>OpenIM-HCER</title>
- </head>
- <body>
- <div id="app"></div>
- <script src="/wasm_exec.js"></script>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|