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 @@ - - - - - - - -CSS Video by Junferno - - - -
- \ No newline at end of file diff --git a/Games/index.html b/Games/index.html index ae04298..a08ee98 100644 --- a/Games/index.html +++ b/Games/index.html @@ -12,6 +12,7 @@

Flash games

Bad website
+ Terraria Tic Tac Toe
Pacman
Tetris
diff --git a/Kirby/index.html b/Kirby/index.html deleted file mode 100644 index 8b34ddc..0000000 --- a/Kirby/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - -CSS Video by Junferno - - - -
- diff --git a/tools/requestool/index.html b/tools/requestool/index.html new file mode 100644 index 0000000..e48ee94 --- /dev/null +++ b/tools/requestool/index.html @@ -0,0 +1,15 @@ +
+
+
+
+ +
+ +

Response

+
+

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