tabs
This commit is contained in:
parent
3632eec20b
commit
c0b42fd3be
@ -35,7 +35,6 @@ function greet() {
|
||||
console.log(themeColor('/ /__| (_| | | (__| < __/ |_| |'));
|
||||
console.log(themeColor('\\____/\\__,_|_|\\___|_|\\_\\___|\\__, |'));
|
||||
console.log(themeColor(' |___/ '));
|
||||
console.log(' ' + chalk.gray(v) + themeColor(' |___|\n'.substr(v.length)));
|
||||
//#endregion
|
||||
|
||||
console.log(' Misskey is an open-source decentralized microblogging platform.');
|
||||
|
@ -6,17 +6,18 @@ block loadClientEntry
|
||||
doctype html
|
||||
|
||||
//
|
||||
-
|
||||
___ _ _
|
||||
/ __\__ _| | ___| | _____ _ _
|
||||
/ / / _` | |/ __| |/ / _ \ | | |
|
||||
/ /__| (_| | | (__| < __/ |_| |
|
||||
\____/\__,_|_|\___|_|\_\___|\__, |
|
||||
|___/
|
||||
-
|
||||
___ _ _
|
||||
/ __\__ _| | ___| | _____ _ _
|
||||
/ / / _` | |/ __| |/ / _ \ | | |
|
||||
/ /__| (_| | | (__| < __/ |_| |
|
||||
\____/\__,_|_|\___|_|\_\___|\__, |
|
||||
|___/
|
||||
|
||||
Thank you for using Calckey!
|
||||
If you are reading this message... how about joining the development?
|
||||
https://codeberg.org/thatonecalculator/calckey
|
||||
|
||||
Thank you for using Calckey!
|
||||
If you are reading this message... how about joining the development?
|
||||
https://codeberg.org/thatonecalculator/calckey
|
||||
|
||||
html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user