mirror of
https://old.git.ood.ovh/flambyte/RUX.git
synced 2025-07-02 11:58:29 +02:00
add contenu, images, burger menu
This commit is contained in:
parent
3df9fd681c
commit
9cae4114fa
33 changed files with 619 additions and 174 deletions
|
@ -43,3 +43,10 @@ function toggleNavigation() {
|
|||
document.body.removeAttribute("data-menu");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// date copyright
|
||||
let answerDate = document.querySelector(".date");
|
||||
let today = new Date();
|
||||
let year = today.getFullYear();
|
||||
answerDate.innerHTML = year;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue