diff --git a/frontend/index.html b/frontend/index.html index 0a408b5..93d5770 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -39,25 +39,6 @@ - - diff --git a/frontend/index.js b/frontend/index.js index dc6b5f9..b251b65 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -1,3 +1,21 @@ + +// Just to make the console a bit queer. +console.info('%c \n Be yourself! \n\n', ` + font-family: Ubuntu, sans-serif; + font-size: 5rem; + font-weight: bold; + color: white; + text-shadow: + 1px 1px #ff69b5, + 2px 2px #ff0000, + 3px 3px #ff8f00, + 4px 4px #ffff00, + 5px 5px #008f00, + 6px 6px #00c1c1, + 7px 7px #3e0099, + 8px 8px #8f008f; +`) + const CloudFunctionsPrefix = 'https://us-central1-volt-4eca0.cloudfunctions.net/save_formdata'