1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html lang="fr">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>En françaiS au pluriel</title>
- </head>
- <body>
- <noscript>
- <strong>Désolé mais ce site ne fonctionnera pas sans JavaScript activé. Réactivez-le afin de visiter ce site.</strong>
- </noscript>
- <div id="app"></div>
- <template id="expand-image-tmp">
- <div class="node-view-img-wrapper">
- <img>
- <button aria-label="Agrandir" type="button" class="btn btn-expand btn-depart rounded-pill">
- <svg aria-hidden="true" viewBox="0 0 75 70">
- <path d="M20,30 v-10 h10 M45,20 h10 v10 M55,40 v10 h-10 M30,50 h-10 v-10" />
- </svg>
- </button>
- </div>
- </template>
- </body>
- </html>
|