diff options
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 178793a..8bb9899 100644 --- a/static/index.html +++ b/static/index.html @@ -102,6 +102,10 @@ <header> <h1 id="deuxfleurs"><span role="img" aria-label="2 emojis fleur blanche">💮💮 </span>deuxfleurs</h1> + + <div id="toolbar" role="toolbar" aria-orientation="horizontal"> + <a role="button" aria-label="Thème clair" href="#">[☀]</a><a class="hidden" role="button" aria-label="Thème sombre" href="#">[☼]</a><span role="separator"> · </span><a role="button" aria-label="Arrêter les animations" href="#">[⏸]</a><a class="hidden" aria-label="Activer les animations" href="#">[⏵]</a> + </div> </header> <main aria-label="contenu de la page web"> |