123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>loading</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
- <style>
- a {
- background: #13a3a5;
- padding: 5px;
- margin: 10px;
- display: block;
- font-weight: 100;
- cursor: pointer;
- font-size: 1.5em;
- float: left;
- text-decoration: none;
- font-size: 18px;
- color: white;
- }
- </style>
- </head>
- <body>
- <div class="loader">
- <div class="cap"></div>
- <div class="line">集中扫描v1.0.0</div>
- </div>
- </body>
- </html>
|