loading.html 412 B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <style type="text/css">
  5. body{
  6. margin:0px auto;
  7. }
  8. #picture1 {
  9. position: absolute;
  10. left: 50%;
  11. top: 35%;
  12. transform: translate(-50%, -50%);
  13. }
  14. </style>
  15. <title></title>
  16. </head>
  17. <body>
  18. <div id="picture1">
  19. <img src="../images/loding.gif" />
  20. </div>
  21. </body>
  22. </html>