shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs

commit 2f186405f7a746ed805b56ac82ee14b8adb0e5d7
parent 9d5b60a319c3c6342c033d35ce758ab5f567da09
Author: Shiimoe <SameulFrost@tuta.io>
Date:   Sun, 13 Sep 2020 21:25:01 +0100

yui!

Diffstat:
Mimage.js | 4++--
Amascots/10.png | 0
Amascots/11.png | 0
Amascots/12.png | 0
Amascots/13.png | 0
Amascots/14.png | 0
Mmascots/3.png | 0
7 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/image.js b/image.js @@ -1,2 +1,2 @@ const mascot = document.getElementById("mascot"); -mascot.setAttribute("src", "/mascots/" + Math.floor(1 + Math.random()*9) + ".png");- \ No newline at end of file +mascot.setAttribute("src", "/mascots/" + Math.floor(1 + Math.random()*14) + ".png");+ \ No newline at end of file diff --git a/mascots/10.png b/mascots/10.png Binary files differ. diff --git a/mascots/11.png b/mascots/11.png Binary files differ. diff --git a/mascots/12.png b/mascots/12.png Binary files differ. diff --git a/mascots/13.png b/mascots/13.png Binary files differ. diff --git a/mascots/14.png b/mascots/14.png Binary files differ. diff --git a/mascots/3.png b/mascots/3.png Binary files differ.