Public Access
5
0

changement et ajout de script

This commit is contained in:
2025-11-24 21:12:03 -05:00
parent 5fb64776be
commit e37ae8de5c
14 changed files with 192 additions and 101 deletions

View File

@@ -16,7 +16,12 @@
visibility: hidden;
display: none;
}
#updateDateV {
visibility: visible;
display: block;
background-color: yellow;
font-weight: bold;
}
body {
min-height: 100vh;
/* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */