index.html 665 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>loading</title>
  6. <link rel="stylesheet" type="text/css" href="style.css" />
  7. <style>
  8. a {
  9. background: #13a3a5;
  10. padding: 5px;
  11. margin: 10px;
  12. display: block;
  13. font-weight: 100;
  14. cursor: pointer;
  15. font-size: 1.5em;
  16. float: left;
  17. text-decoration: none;
  18. font-size: 18px;
  19. color: white;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div class="loader">
  25. <div class="cap"></div>
  26. <div class="line">集中扫描v1.0.0</div>
  27. </div>
  28. </body>
  29. </html>