From 7d83d31746df97e7d7fdd4938cc09e23bd045c9f Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:14:21 -0500 Subject: [PATCH] fix stuff --- static/index.css | 4 ++++ static/index.html | 2 +- static/js/index.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index cc1d739..e8cb3c1 100644 --- a/static/index.css +++ b/static/index.css @@ -80,4 +80,8 @@ section#main { font-weight: bold; margin: 10px; padding: 10px; +} + +pre { + white-space: pre-wrap; } \ No newline at end of file diff --git a/static/index.html b/static/index.html index 6bae0ec..b495f12 100644 --- a/static/index.html +++ b/static/index.html @@ -12,7 +12,7 @@

The left mouse button is the only input. No keyboard, moving the mouse, or anything else.

Click to launch... figure out the rest of the combos yourself.

Created by Onez - Join our + Join our Discord diff --git a/static/js/index.js b/static/js/index.js index be0c2dd..b59fcde 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -20,7 +20,7 @@ const emojis = [ 'No', 'Yes' ] -const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.zenoverse.net/' +const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.xuyezo.net/' class Game extends GameBasic { constructor() {