Better ASCII art

This commit is contained in:
ThatOneCalculator 2022-07-19 11:18:44 -07:00
parent 99e36c5851
commit 4d0f511fa1
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(' (___/ '));
//#endregion
console.log(' Calckey is an open-source decentralized microblogging platform.');

View file

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