Better ASCII art

This commit is contained in:
ThatOneCalculator 2022-07-19 11:18:44 -07:00
parent 41b9702684
commit 6800a8ccaa
2 changed files with 6 additions and 7 deletions

View file

@ -34,7 +34,7 @@ function greet() {
console.log(themeColor(' / / / _` | |/ __| |/ / _ \ | | |')); console.log(themeColor(' / / / _` | |/ __| |/ / _ \ | | |'));
console.log(themeColor('/ /__| (_| | | (__| < __/ |_| |')); console.log(themeColor('/ /__| (_| | | (__| < __/ |_| |'));
console.log(themeColor('\\____/\\__,_|_|\\___|_|\\_\\___|\\__, |')); console.log(themeColor('\\____/\\__,_|_|\\___|_|\\_\\___|\\__, |'));
console.log(themeColor(' |___/ ')); console.log(themeColor(' (___/ '));
//#endregion //#endregion
console.log(' Calckey is an open-source decentralized microblogging platform.'); console.log(' Calckey is an open-source decentralized microblogging platform.');

View file

@ -6,14 +6,13 @@ block loadClientEntry
doctype html doctype html
// //
- -
___ _ _ ___ _ _
/ __\__ _| | ___| | _____ _ _ / __\__ _| | ___| | _____ _ _
/ / / _` | |/ __| |/ / _ \ | | | / / / _` | |/ __| |/ / _ \ | | |
/ /__| (_| | | (__| < __/ |_| | / /__| (_| | | (__| < __/ |_| |
\____/\__,_|_|\___|_|\_\___|\__, | \____/\__,_|_|\___|_|\_\___|\__, |
|___/ (___/
Thank you for using Calckey! Thank you for using Calckey!
If you are reading this message... how about joining the development? If you are reading this message... how about joining the development?