From fb0ce2030bc0b27a3badebbbda59500944cbc3eb Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:25:25 +0100 Subject: [PATCH] updated the gui of the base64 encoder --- tools/Base64/index.html | 58 +++++++++++++++++++------------- tools/Base64/new/index.html | 37 -------------------- tools/Base64/new/old.index.html | 36 -------------------- tools/Base64/{new => }/style.css | 0 4 files changed, 34 insertions(+), 97 deletions(-) delete mode 100644 tools/Base64/new/index.html delete mode 100644 tools/Base64/new/old.index.html rename tools/Base64/{new => }/style.css (100%) diff --git a/tools/Base64/index.html b/tools/Base64/index.html index 8d8dd58..11d158d 100644 --- a/tools/Base64/index.html +++ b/tools/Base64/index.html @@ -1,26 +1,36 @@ -

Encode/decode data to base64

-
-
-
- -
-
-
- -
+ + + Base64 encoder and decoder + + - \ No newline at end of file + + \ No newline at end of file diff --git a/tools/Base64/new/index.html b/tools/Base64/new/index.html deleted file mode 100644 index 2451695..0000000 --- a/tools/Base64/new/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - CodePen - Button hover effect - - - - - -
- - - - - - Button - - - - - - - Button - - - - - - - Button - -
- - - - diff --git a/tools/Base64/new/old.index.html b/tools/Base64/new/old.index.html deleted file mode 100644 index 11d158d..0000000 --- a/tools/Base64/new/old.index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - Base64 encoder and decoder - - - - -
-

Encode/decode data to base64

-
-
-
- -
-
-
- -
-
- - - \ No newline at end of file diff --git a/tools/Base64/new/style.css b/tools/Base64/style.css similarity index 100% rename from tools/Base64/new/style.css rename to tools/Base64/style.css