12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <title>cxj-client</title>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- <style>
- html,
- body {
- height: 100%;
- width: 100%;
- user-select: none;
- }
- body {
- background-image: url(images/index-bg.png);
- background-size: 100% 100%;
- }
- </style>
- </html>
|