index.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!--
  2. ~Copyright [2022] [MaxKey of copyright http://www.maxkey.top]
  3. ~
  4. ~Licensed under the Apache License, Version 2.0 (the "License");
  5. ~you may not use this file except in compliance with the License.
  6. ~You may obtain a copy of the License at
  7. ~
  8. ~ http://www.apache.org/licenses/LICENSE-2.0
  9. ~
  10. ~Unless required by applicable law or agreed to in writing, software
  11. ~distributed under the License is distributed on an "AS IS" BASIS,
  12. ~WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. ~See the License for the specific language governing permissions and
  14. ~limitations under the License.
  15. -->
  16. <!doctype html>
  17. <html>
  18. <head>
  19. <meta charset="utf-8">
  20. <title>MaxKey单点登录认证系统</title>
  21. <base href="/">
  22. <meta name="viewport" content="width=device-width, initial-scale=1">
  23. <meta http-equiv="x-ua-compatible" content="ie=edge">
  24. <title id="maxkey_title" name="description">MaxKey-业界领先的IAM身份管理和认证产品</title>
  25. <meta http-equiv="description" content="MaxKey Single Sign-On">
  26. <link rel="icon" type="image/x-icon" href="favicon.ico">
  27. <!-- Apple Touch Icon -->
  28. <!-- <link rel="apple-touch-icon" href="custom-icon.png"> -->
  29. <style type="text/css">.preloader{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;overflow:hidden;background:#49a9ee;transition:opacity .65s}.preloader-hidden-add{display:block;opacity:1}.preloader-hidden-add-active{opacity:0}.preloader-hidden{display:none}.cs-loader{position:absolute;top:0;left:0;width:100%;height:100%}.cs-loader-inner{position:absolute;top:50%;width:100%;color:#fff;text-align:center;transform:translateY(-50%)}.cs-loader-inner label{display:inline-block;font-size:20px;opacity:0}@keyframes lol{0%{transform:translateX(-300px);opacity:0}33%{transform:translateX(0);opacity:1}66%{transform:translateX(0);opacity:1}100%{transform:translateX(300px);opacity:0}}.cs-loader-inner label:nth-child(6){animation:lol 3s infinite ease-in-out}.cs-loader-inner label:nth-child(5){animation:lol 3s .1s infinite ease-in-out}.cs-loader-inner label:nth-child(4){animation:lol 3s .2s infinite ease-in-out}.cs-loader-inner label:nth-child(3){animation:lol 3s .3s infinite ease-in-out}.cs-loader-inner label:nth-child(2){animation:lol 3s .4s infinite ease-in-out}.cs-loader-inner label:nth-child(1){animation:lol 3s .5s infinite ease-in-out}</style>
  30. </head>
  31. <body>
  32. <app-root></app-root>
  33. <div class="preloader">
  34. <div class="cs-loader">
  35. <div class="cs-loader-inner">
  36. <label> ●</label>
  37. <label> ●</label>
  38. <label> ●</label>
  39. <label> ●</label>
  40. <label> ●</label>
  41. <label> ●</label>
  42. </div>
  43. </div>
  44. </div>
  45. </body>
  46. </html>