From 88c85ea8d559b4e10ce283aebbf89427827a502c Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sun, 20 Nov 2022 13:55:35 +0100 Subject: [PATCH] moved Be yourself! info into script.js --- frontend/index.html | 19 ------------------- frontend/index.js | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) 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'