From d107147deb8b318db0315bb37de17f606ec41828 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:34:13 +0100 Subject: [PATCH] updated --- Bad apple/index.html | 13 ------------- Games/index.html | 1 + Kirby/index.html | 13 ------------- tools/requestool/index.html | 15 +++++++++++++++ tools/requestool/index.js | 1 + 5 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 Bad apple/index.html delete mode 100644 Kirby/index.html create mode 100644 tools/requestool/index.html create mode 100644 tools/requestool/index.js diff --git a/Bad apple/index.html b/Bad apple/index.html deleted file mode 100644 index 6981795..0000000 --- a/Bad apple/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - -
- - -No response
+ + + \ No newline at end of file diff --git a/tools/requestool/index.js b/tools/requestool/index.js new file mode 100644 index 0000000..bec169f --- /dev/null +++ b/tools/requestool/index.js @@ -0,0 +1 @@ +document.getElementById("response").innerHTML = "Bonjour"; \ No newline at end of file