index.html 436 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <title>cxj-client</title>
  7. </head>
  8. <body>
  9. <div id="app"></div>
  10. <!-- built files will be auto injected -->
  11. </body>
  12. <style>
  13. html,
  14. body {
  15. height: 100%;
  16. width: 100%;
  17. user-select: none;
  18. }
  19. body {
  20. background-image: url(images/index-bg.png);
  21. background-size: 100% 100%;
  22. }
  23. </style>
  24. </html>