mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-06-05 21:59:15 +02:00
Update site structure, update global js to add domain warning, update SpiderADB
This commit is contained in:
7
static/Assets/JS/RandomGIF.js
Normal file
7
static/Assets/JS/RandomGIF.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function RandomGIF() {
|
||||
GifID = Math.floor((Math.random() * 25)/2);
|
||||
GifURL = "https://octospacc.gitlab.io/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/" + GifID + ".gif";
|
||||
document.body.style.backgroundImage = "url(" + GifURL + ")";
|
||||
}
|
||||
|
||||
window.onload = RandomGIF;
|
Reference in New Issue
Block a user