index.html 354 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Spinners</title>
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. </head>
  7. <body>
  8. <section class="section section1">
  9. <span class="loader loader-quart"></span>
  10. Chargement...
  11. </section>
  12. <section class="section section2">
  13. <span class="loader loader-quart"></span>
  14. Chargement...
  15. </section>
  16. </body>
  17. </html>