12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Spinners</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- </head>
- <body>
- <section class="section section1">
- <span class="loader loader-quart"></span>
- Chargement...
- </section>
- <section class="section section2">
- <span class="loader loader-quart"></span>
- Chargement...
- </section>
- </body>
- </html>
|