MyFavrots.html 855 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>My Favrots</title>
  8. <link rel="stylesheet" type="text/css" href="./style.css"/>
  9. <script src ="./script.js"></script>
  10. </head>
  11. <body>
  12. <div class="header" style="margin-bottom: 6%;">
  13. <div class="title">
  14. <a href="./index.html">
  15. <h1>Beautiful wallpapers</h1>
  16. </a>
  17. </div>
  18. </div>
  19. <div id="looooad">
  20. <!---->
  21. <div class="loding" id="loding">
  22. <img id="loadImge" src="imges/system/loding.gif"/>
  23. </div>
  24. </div>
  25. <footer class="footer" id="footer">
  26. <script>
  27. getAllFavrots();
  28. me();
  29. </script>
  30. </body>
  31. </html>