index.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="renderer" content="webkit"/><meta name="force-rendering" content="webkit"/><link rel="icon" href="/favicon.ico"/><title>乐教通</title><script>if (!!window.ActiveXObject || "ActiveXObject" in window) {
  2. window.location.href = "./ieIncompatible/index.html"
  3. <<<<<<< HEAD
  4. <<<<<<< HEAD
  5. }</script><script defer="defer" src="/js/chunk-vendors.e1ccbebf.js"></script><script defer="defer" src="/js/app.cfb5de09.js"></script><link href="/css/app.2ae84a6b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but classroom doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><style>.firstLoading {
  6. =======
  7. }</script><script defer="defer" src="/js/chunk-vendors.7f7844aa.js"></script><script defer="defer" src="/js/app.1d556277.js"></script><link href="/css/app.2ae84a6b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but classroom doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><style>.firstLoading {
  8. >>>>>>> iteration-temp-http
  9. =======
  10. }</script><script defer="defer" src="/js/chunk-vendors.7f7844aa.js"></script><script defer="defer" src="/js/app.1d556277.js"></script><link href="/css/app.2ae84a6b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but classroom doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><style>.firstLoading {
  11. =======
  12. }</script><script defer="defer" src="/js/chunk-vendors.e1ccbebf.js"></script><script defer="defer" src="/js/app.cfb5de09.js"></script><link href="/css/app.2ae84a6b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but classroom doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"><style>.firstLoading {
  13. >>>>>>> 9c7d6e847cf1a3bf07caf6627b37638f0295880f
  14. >>>>>>> 1d38618eebee917f87ddc1f29f55621750878373
  15. position: fixed;
  16. left: 50%;
  17. top: 50%;
  18. transform: translate(-50%, -50%);
  19. height: 58px;
  20. width: 58px;
  21. }
  22. .firstLoading .circular {
  23. display: inline;
  24. height: 100%;
  25. width: 100%;
  26. animation: loading-rotate 2s linear infinite;
  27. }
  28. .firstLoading .circular .path {
  29. animation: loading-dash 1.5s ease-in-out infinite;
  30. stroke-dasharray: 90, 150;
  31. stroke-dashoffset: 0;
  32. stroke-width: 4;
  33. stroke: #f5c42d;
  34. stroke-linecap: round;
  35. }
  36. @keyframes loading-rotate {
  37. to {
  38. transform: rotate(360deg);
  39. }
  40. }
  41. @keyframes loading-dash {
  42. 0% {
  43. stroke-dasharray: 1, 200;
  44. stroke-dashoffset: 0;
  45. }
  46. 50% {
  47. stroke-dasharray: 90, 150;
  48. stroke-dashoffset: -40px;
  49. }
  50. to {
  51. stroke-dasharray: 90, 150;
  52. stroke-dashoffset: -120px;
  53. }
  54. }</style><div class="firstLoading"><svg class="circular" viewBox="0 0 50 50"><circle class="path" cx="25" cy="25" r="20" fill="none"></circle></svg></div></div></body></html>