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