From abd252cfed5d8b123b1cebcae8c3cd8dd6c57dbf Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Tue, 27 Aug 2019 03:24:43 -0500 Subject: [PATCH] added console.log welcome on ui homepage --- onionr/static-data/www/private/index.html | 13 +++++++------ onionr/static-data/www/private/js/console.js | 2 ++ 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 onionr/static-data/www/private/js/console.js diff --git a/onionr/static-data/www/private/index.html b/onionr/static-data/www/private/index.html index 69fd6e11..cc470a70 100755 --- a/onionr/static-data/www/private/index.html +++ b/onionr/static-data/www/private/index.html @@ -11,6 +11,13 @@ + + + + + + + @@ -182,12 +189,6 @@
- - - - - - \ No newline at end of file diff --git a/onionr/static-data/www/private/js/console.js b/onionr/static-data/www/private/js/console.js new file mode 100644 index 00000000..9f7803a0 --- /dev/null +++ b/onionr/static-data/www/private/js/console.js @@ -0,0 +1,2 @@ +console.log('%c Welcome to Onionr 🧅', 'border: 1px solid purple; float: left; font-weight: bold; font-size: 50px;color: purple; padding: 3em; background-color: black;'); +console.log('See the documentation at https://gitlab.com/beardog/Onionr/tree/master/docs') \ No newline at end of file