diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-10-08 21:49:22 +0330 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-10-08 21:49:22 +0330 |
commit | 9bc16a48834d4bb25f48607d26d0e22e7985f5a0 (patch) | |
tree | 7a105d15028bf86d58b782bb9f44a25f203495c5 | |
parent | 9b87fabba203d1af1f09c317d71645cf2a7b5280 (diff) | |
download | exhq.github.io-9bc16a48834d4bb25f48607d26d0e22e7985f5a0.tar.gz exhq.github.io-9bc16a48834d4bb25f48607d26d0e22e7985f5a0.tar.bz2 exhq.github.io-9bc16a48834d4bb25f48607d26d0e22e7985f5a0.zip |
honestly, idfk
-rw-r--r-- | static/funny.js | 52 | ||||
-rw-r--r-- | static/index.html | 1 | ||||
-rw-r--r-- | static/styles.css | 8 |
3 files changed, 59 insertions, 2 deletions
diff --git a/static/funny.js b/static/funny.js index 0e703f7..eff3abb 100644 --- a/static/funny.js +++ b/static/funny.js @@ -1,3 +1,55 @@ +var titles = [ + "i work out", + "funny", + "Kara Kara Kara no Kara", + "26047", + "Can I Friend You On Bassbook? Lol", + "im gay", + "cognrjatulations !!!", + "futanari", + "ubuntu (ew)", + "phantoms are annoying", + "/give @a hugs 999999", + "please add command support vendy", + "mrekk", + "women fear me", + "fish fear me", + "men turn their eyes away from me", + "as i walk no beast dares makes a sound", + "i am alone in this barren earth", + "uptown funk you up", + "stackoverflow my beloved", + "*thrusts into you*", + "also what are these for?", + "its morbing time", + "bungling bungus", + "rate this base.apk Architecture splits: \nconfig.arm64_v8a.apk \nconfig.armeabi_v7a.apk \nconfig.x86_64.apk \n config.x86.apk \n DPI splits: \n config.hdpi.apk \n config.xxhdpi.apk \n Language splits: \nconfig.de.apk \n config.en.apk", + "Now explode", + "“message logger when”", + "A wild ⛧artificialmusik appeared.", + "IS THAT A MOTHERUCFKCING JOJOI REFERENCE???//?", + "Cats are not ducks", + "just farted", + "ReeK - Making Zurek While Getting A Flandre Fumo Shoved Up My A-", + "what the fuck is an lsp log", + "'ewwo evewypony", + "also, what the fuck is a mustard", + "727", + "WYFSI", + "that time i reincarnated as a toilet in another world", + "vim >>>>>> emacs", + "also try out archlinux.org", + "how to print [[this, this, and, this, all, together as a single string]]?", + "😢", + "None.", + "deez nuts", + "trolley", + +] + +document.title = titles[Math.floor(Math.random()*titles.length)]; + +//button bs bool = false var audio if (new Date().getMonth() === 9){ diff --git a/static/index.html b/static/index.html index b082407..ab3df99 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,6 @@ <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>exhq shitposts</title> <meta content="best website (real)" property="og:title" /> <meta content="echo's shitty website" property="og:description" /> <meta content="https://exhq.github.io" property="og:url" /> diff --git a/static/styles.css b/static/styles.css index 08c2fd2..300cada 100644 --- a/static/styles.css +++ b/static/styles.css @@ -13,6 +13,7 @@ /* make the scrolling smooth */ html, body{ scroll-behavior: smooth; + overflow-x: hidden; } .header{ @@ -256,7 +257,12 @@ color: var(--title-color); } #a:hover + #b { - margin-left: 20%; + transform: translateX(40%); +} +#b{ + transform: translateX(0); + transition: transform 0 300ms linear + } |