index.html 926 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="fr">
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>En françaiS au pluriel</title>
  9. </head>
  10. <body>
  11. <noscript>
  12. <strong>Désolé mais ce site ne fonctionnera pas sans JavaScript activé. Réactivez-le afin de visiter ce site.</strong>
  13. </noscript>
  14. <div id="app"></div>
  15. <template id="expand-image-tmp">
  16. <div class="node-view-img-wrapper">
  17. <img>
  18. <button aria-label="Agrandir" type="button" class="btn btn-expand btn-depart rounded-pill">
  19. <svg aria-hidden="true" viewBox="0 0 75 70">
  20. <path d="M20,30 v-10 h10 M45,20 h10 v10 M55,40 v10 h-10 M30,50 h-10 v-10" />
  21. </svg>
  22. </button>
  23. </div>
  24. </template>
  25. </body>
  26. </html>