From 69290cc7efc5e46e811b38c39e4d74396766a289 Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Sun, 23 Apr 2023 14:51:15 +0200 Subject: Add disclaimer to decryption tool --- File-decryption/webapp/index.html | 4 ++++ File-decryption/webapp/style.css | 12 ++++++++++++ 2 files changed, 16 insertions(+) (limited to 'File-decryption') diff --git a/File-decryption/webapp/index.html b/File-decryption/webapp/index.html index 5fa4986..0f05a7f 100644 --- a/File-decryption/webapp/index.html +++ b/File-decryption/webapp/index.html @@ -42,6 +42,10 @@ + + \ No newline at end of file diff --git a/File-decryption/webapp/style.css b/File-decryption/webapp/style.css index 64fa213..33d3c22 100644 --- a/File-decryption/webapp/style.css +++ b/File-decryption/webapp/style.css @@ -19,6 +19,18 @@ header { background-color: rgb(10,10,10); } +footer { + padding: 1rem; + position: absolute; + + /* put at the bottom of the page */ + bottom: 0; + width: 100%; + background-color: rgb(18, 18, 18); + color: rgb(185, 185, 185); + +} + input{ padding: 0.5rem; border-radius: 20px; -- cgit v1.2.3 From ebe9e1cef567ee6d2b70930fbd3748d02df5eb1f Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Sun, 23 Apr 2023 20:03:14 +0200 Subject: Better disclaimer message --- File-decryption/webapp/index.html | 11 +++++---- File-decryption/webapp/main.js | 13 +++++++++- File-decryption/webapp/style.css | 50 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 68 insertions(+), 6 deletions(-) (limited to 'File-decryption') diff --git a/File-decryption/webapp/index.html b/File-decryption/webapp/index.html index 0f05a7f..e322e0e 100644 --- a/File-decryption/webapp/index.html +++ b/File-decryption/webapp/index.html @@ -35,16 +35,19 @@

Encrypted file:

-
-