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(' (___/ '));
|
||||
//#endregion
|
||||
|
||||
console.log(' Calckey is an open-source decentralized microblogging platform.');
|
||||
|
|
|
@ -6,14 +6,13 @@ block loadClientEntry
|
|||
doctype html
|
||||
|
||||
//
|
||||
-
|
||||
___ _ _
|
||||
/ __\__ _| | ___| | _____ _ _
|
||||
/ / / _` | |/ __| |/ / _ \ | | |
|
||||
-
|
||||
___ _ _
|
||||
/ __\__ _| | ___| | _____ _ _
|
||||
/ / / _` | |/ __| |/ / _ \ | | |
|
||||
/ /__| (_| | | (__| < __/ |_| |
|
||||
\____/\__,_|_|\___|_|\_\___|\__, |
|
||||
|___/
|
||||
|
||||
(___/
|
||||
|
||||
Thank you for using Calckey!
|
||||
If you are reading this message... how about joining the development?
|
||||
|
|
Loading…
Reference in New Issue