| 1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="http://gm.nkfzs.com/favicon.ico" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <script src="http://cdn.bootcss.com/blueimp-md5/1.1.0/js/md5.js"></script>
- <title>朱雀游戏官网</title>
- <style>
- body {
- font-size: 16px;
- height: 100vh;
- margin: 0;
- padding: 0;
- }
- #app {
- min-width: 320px;
- min-height: 100vh;
- margin: 0 auto;
- }
- </style>
- </head>
- <body>
- <div id="app" style="height:100%"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|