You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.8 KiB

9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
  7. <meta name="x5-fullscreen" content="true">
  8. <meta name="theme-color" content="#000000" />
  9. <meta name="description" content="9527 description" />
  10. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  11. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  12. <style>
  13. body {
  14. margin: 0;
  15. padding: 0;
  16. }
  17. .public-container {
  18. background-color: #090A0F;
  19. width: 100vw;
  20. height: 100vh;
  21. color: #B0BEC5;
  22. overflow: hidden;
  23. box-sizing: border-box;
  24. }
  25. .public-border {
  26. width: 80vw;
  27. height: 10px;
  28. background-color: #A6A6A6;
  29. margin: 40px 0;
  30. }
  31. .public-border-width {
  32. width: 0%;
  33. height: 100%;
  34. background: linear-gradient(103deg, #1DD0DF -1%, #1DD0DF -1%, #1BEDFF -1%, #14BDEB 108%);
  35. transition: all .25s linear;
  36. }
  37. </style>
  38. <title>9527</title>
  39. </head>
  40. <body>
  41. <noscript>You need to enable JavaScript to run this app.</noscript>
  42. <div id="root">
  43. <div class="public-container">
  44. <div style="display: flex;justify-content:center;align-items: center;text-align: center;height:80vh">
  45. <div>
  46. <img src='./logo512.png' style="width: 70%;height:auto" alt="">
  47. <div style="display: flex;justify-content: center;">
  48. <div class="public-border">
  49. <div class="public-border-width" id="loading"></div>
  50. </div>
  51. </div>
  52. <div style="color:#0FC6D4">Loading...</div>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. <script src="./initialization.js"></script>
  58. </body>
  59. </html>