Chirac Easter EGG

This commit is contained in:
MasterAcnolo
2025-07-02 16:17:09 +02:00
parent ec6963cff3
commit 2a8d307bc8
4 changed files with 19 additions and 2 deletions

16
public/script/chirac.js Normal file
View File

@@ -0,0 +1,16 @@
function Chirac(){
const title = document.getElementById("title");
title.innerHTML = "Chirac Loader";
const subtitle = document.getElementById("subtitle");
subtitle.innerHTML = "J'aime les pommes";
subtitle.style.color= "black";
document.body.style.backgroundImage = "url('assets/images/goat2.webp')";
document.body.style.backgroundSize = "cover";
document.body.style.backgroundPosition = "center";
document.body.style.backgroundAttachment = "fixed";
console.log("Je serai le président de tous les français");
}