| 123456789101112131415 |
- <!doctype html>
- <html lang="zh">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
- <title>SIMANC - 开始</title>
- </head>
- <body>
- <div class="page page-center">
- <div class="container container-tight py-1"></div>
- </div>
- <script src="./src/main.ts" type="module"></script>
- </body>
- </html>
|