index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. <meta name="apple-touch-fullscreen" content="yes">
  8. <meta name="Cache-Control" content="no-siteapp">
  9. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  10. <meta name="format-detection" content="telephone=no, email=no" />
  11. <meta http-equiv="Cache-Control" content="no-siteapp" />
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  13. <meta name="Keywords" Content="好玩的游戏上朱雀">
  14. <meta name="Description" Content="好玩的游戏上朱雀,朱雀游戏,手游">
  15. <meta name="google" value="notranslate">
  16. <meta name="renderer" content="webkit|ie-stand">
  17. <meta name="force-rendering" content="webkit"/>
  18. <meta name="layoutmode" content="fitscreen">
  19. <meta name="HandheldFriendly" content="true">
  20. <script src="http://cdn.bootcss.com/blueimp-md5/1.1.0/js/md5.js"></script>
  21. <title>朱雀游戏官网</title>
  22. <style>
  23. body {
  24. font-size: 16px;
  25. height: 100vh;
  26. margin: 0;
  27. padding: 0;
  28. }
  29. #app {
  30. min-width: 320px;
  31. min-height: 100vh;
  32. margin: 0 auto;
  33. }
  34. .el-message {
  35. min-width: 200px !important;
  36. border-radius: 5px !important;
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <div id="app" style="height:100%"></div>
  42. <script type="module" src="/src/main.ts"></script>
  43. </body>
  44. </html>