mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Chirac Easter EGG
This commit is contained in:
BIN
public/assets/images/goat.webp
Normal file
BIN
public/assets/images/goat.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/images/goat2.webp
Normal file
BIN
public/assets/images/goat2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 934 KiB |
@@ -22,8 +22,8 @@
|
||||
<div class="container">
|
||||
|
||||
<header>
|
||||
<h1> Freedom Loader </h1>
|
||||
<p> Because why not? </p>
|
||||
<h1 id="title"> Freedom Loader </h1>
|
||||
<p id="subtitle"> Because why not? </p>
|
||||
</header>
|
||||
|
||||
<form action="/download" method="POST" id="downloadForm">
|
||||
@@ -69,6 +69,7 @@
|
||||
|
||||
<script src="script/downloadstatus.js"></script>
|
||||
<script src="script/fetchinfo.js"></script>
|
||||
<script src="script/chirac.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
16
public/script/chirac.js
Normal file
16
public/script/chirac.js
Normal 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");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user