index.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. }</script><script defer="defer" src="/js/chunk-vendors.e1570976.js"></script><script defer="defer" src="/js/app.46158de7.js"></script><link href="/css/app.4390d2a7.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"></div></body></html>
  5. =======
  6. }</script><script defer="defer" src="/js/chunk-vendors.cbad746c.js"></script><script defer="defer" src="/js/app.a742e359.js"></script><link href="/css/app.e24cef09.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 {
  7. position: fixed;
  8. left: 50%;
  9. top: 50%;
  10. transform: translate(-50%, -50%);
  11. height: 58px;
  12. width: 58px;
  13. }
  14. .firstLoading .circular {
  15. display: inline;
  16. height: 100%;
  17. width: 100%;
  18. animation: loading-rotate 2s linear infinite;
  19. }
  20. .firstLoading .circular .path {
  21. animation: loading-dash 1.5s ease-in-out infinite;
  22. stroke-dasharray: 90, 150;
  23. stroke-dashoffset: 0;
  24. stroke-width: 4;
  25. stroke: #f5c42d;
  26. stroke-linecap: round;
  27. }
  28. @keyframes loading-rotate {
  29. to {
  30. transform: rotate(360deg);
  31. }
  32. }
  33. @keyframes loading-dash {
  34. 0% {
  35. stroke-dasharray: 1, 200;
  36. stroke-dashoffset: 0;
  37. }
  38. 50% {
  39. stroke-dasharray: 90, 150;
  40. stroke-dashoffset: -40px;
  41. }
  42. to {
  43. stroke-dasharray: 90, 150;
  44. stroke-dashoffset: -120px;
  45. }
  46. }</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>
  47. >>>>>>> 2a128e809756957acf47cddb4103db2453cdb64d