From bb7d5ab345113a93419126440fe02f76f5807659 Mon Sep 17 00:00:00 2001 From: Killa Fish <61081555+Fiszh@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:41:15 +0200 Subject: [PATCH] Update 404.html --- 404.html | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/404.html b/404.html index 2113979..755fd74 100644 --- a/404.html +++ b/404.html @@ -1,16 +1,44 @@ + - - Dynamic Path Display + -

Dynamic path content will appear here

+
+ +
+
+
+ + + console.log(input) + + if (!chnl) { + chnl = "psp1g"; + } + + new Twitch.Player("twitch-embed", { + width: "100%", + height: "100%", + channel: chnl, + muted: false, + quality: "1080p60", + theme: "dark", + layout: "video", + parent: "fiszh.github.io", + }); + } catch (error) { + console.error(error); + } + +
+
+