Better ASCII art
This commit is contained in:
parent
99e36c5851
commit
4d0f511fa1
|
@ -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.');
|
||||||
|
|
|
@ -12,8 +12,7 @@ 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?
|
||||||
|
|
Loading…
Reference in New Issue