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