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(+) 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