Public Access
5
0

Auto-update

This commit is contained in:
Jeremy
2025-11-21 14:37:50 -05:00
parent e9cc911095
commit 6e69bb7b75
2 changed files with 4 additions and 1 deletions

View File

@@ -57,6 +57,9 @@ footer {
footer p { footer p {
margin: auto; margin: auto;
} }
#update {
font-size: 0,1rem;
}
/****************************/ /****************************/
/* PAGE: Accueil */ /* PAGE: Accueil */

View File

@@ -60,7 +60,7 @@
<footer> <footer>
<p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p> <p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
DATE_WEBSITE <p id="update">DATE_WEBSITE</p>
</footer> </footer>
</body> </body>
</html> </html>