index.html 770 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="http://gm.nkfzs.com/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <script src="http://cdn.bootcss.com/blueimp-md5/1.1.0/js/md5.js"></script>
  8. <title>朱雀游戏官网</title>
  9. <style>
  10. body {
  11. font-size: 16px;
  12. height: 100vh;
  13. margin: 0;
  14. padding: 0;
  15. }
  16. #app {
  17. min-width: 320px;
  18. min-height: 100vh;
  19. margin: 0 auto;
  20. }
  21. .el-message {
  22. min-width: 200px !important;
  23. border-radius: 5px !important;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <div id="app" style="height:100%"></div>
  29. <script type="module" src="/src/main.ts"></script>
  30. </body>
  31. </html>