diff --git a/identification.html b/identification.html index 5ffa4fe..9dad4e5 100644 --- a/identification.html +++ b/identification.html @@ -324,15 +324,29 @@ display: block; } - /* ===== Ligne de pied d'écran (optionnelle, à confirmer) ===== */ + /* ===== Ligne de pied d'écran — numéro de version (28 août 2026) ===== + Reprend la bande .footer-line laissée en attente depuis le premier jet + de l'écran ; héberge désormais le numéro de version de l'application, + discret, aligné à droite. */ .footer-line { position: fixed; left: 0; bottom: 0; width: 100%; - height: 4px; + height: 16px; background: var(--box-bg); + display: flex; + align-items: center; + justify-content: flex-end; + padding: 0 10px; + box-sizing: border-box; + } + + .footer-line #version-tag { + font-size: 9px; + color: #B5B5B5; + letter-spacing: 0.3px; } @@ -385,6 +399,8 @@ +
+ diff --git a/version.php b/version.php new file mode 100644 index 0000000..1bcf588 --- /dev/null +++ b/version.php @@ -0,0 +1,28 @@ + ASPIC_VERSION]); +}