diff --git a/public/assets/images/goat.webp b/public/assets/images/goat.webp new file mode 100644 index 0000000..4411f79 Binary files /dev/null and b/public/assets/images/goat.webp differ diff --git a/public/assets/images/goat2.webp b/public/assets/images/goat2.webp new file mode 100644 index 0000000..7070ba9 Binary files /dev/null and b/public/assets/images/goat2.webp differ diff --git a/public/index.html b/public/index.html index f25656b..b535324 100644 --- a/public/index.html +++ b/public/index.html @@ -22,8 +22,8 @@
-

Freedom Loader

-

Because why not?

+

Freedom Loader

+

Because why not?

@@ -69,6 +69,7 @@ + \ No newline at end of file diff --git a/public/script/chirac.js b/public/script/chirac.js new file mode 100644 index 0000000..39bb1fd --- /dev/null +++ b/public/script/chirac.js @@ -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"); + +} \ No newline at end of file