aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-10-14 13:03:12 +0330
committerecho <91651232+exhq@users.noreply.github.com>2022-10-14 13:03:12 +0330
commitb11cd3630260e180c0af5bc7c956ee3ca9aabe64 (patch)
tree43f03e5cc95d22a2a1155284a4827ab600c3b161
parentc5168633fd1066e84ca4d3eb688406265459cecd (diff)
downloadexhq.github.io-b11cd3630260e180c0af5bc7c956ee3ca9aabe64.tar.gz
exhq.github.io-b11cd3630260e180c0af5bc7c956ee3ca9aabe64.tar.bz2
exhq.github.io-b11cd3630260e180c0af5bc7c956ee3ca9aabe64.zip
yeah i changed shit
-rw-r--r--static/funny.js11
1 files changed, 7 insertions, 4 deletions
diff --git a/static/funny.js b/static/funny.js
index 5b43dcc..90dc989 100644
--- a/static/funny.js
+++ b/static/funny.js
@@ -1,4 +1,4 @@
-var titles = [
+const titles = [
"i work out",
"funny",
"Kara Kara Kara no Kara",
@@ -44,14 +44,17 @@ var titles = [
"None.",
"deez nuts",
"trolley",
-
+ "i want to live in piece",
+ "fill me with happiness",
+ "you're downbad",
+ "do not use code nopo"
+
]
document.title = titles[Math.floor(Math.random()*titles.length)];
//button bs
-bool = false
-var audio
+let audio, bool
if (new Date().getMonth() === 9){
console.log("boo")
audio = new Audio('boo.mp3')