diff options
Diffstat (limited to 'File-decryption/webapp/index.html')
-rw-r--r-- | File-decryption/webapp/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/File-decryption/webapp/index.html b/File-decryption/webapp/index.html index 8f63e74..98d5d57 100644 --- a/File-decryption/webapp/index.html +++ b/File-decryption/webapp/index.html @@ -76,6 +76,13 @@ </section> </div> </div> + + <footer class="ethics-message"> + <p> + We do not condone any misuse or illegal use of this tool as it is intended for educational purposes only. Everything is computed locally using JS and no data is being stored or sent to any server at any time. + </p> + <button class="ethics-message-ack">I understand</button> + </footer> </body> </html>
\ No newline at end of file |