mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-29 12:50:59 +00:00
fix ASCII art for PUTER.JS
This commit is contained in:
@@ -891,11 +891,11 @@ const puterInit = (function () {
|
||||
if ( this.quiet || globalThis.PUTER_QUIET ) return;
|
||||
console.log(
|
||||
'%c' +
|
||||
' ____ _ _ _____ _____ ____ _ ____\n' +
|
||||
'| _ \\| | | |_ _| ____| _ \\ | / ___|\n' +
|
||||
'| |_) | | | | | | | _| | |_) | | \\___ \\\n' +
|
||||
'| __/| |_| | | | | |___| _ < _ | |___) |\n' +
|
||||
'|_| \\___/ |_| |_____|_| \\_(_)_|____/',
|
||||
' ____ _ _ _____ _____ ____ _ ____ \n' +
|
||||
'| _ \\| | | |_ _| ____| _ \\ | / ___| \n' +
|
||||
'| |_) | | | | | | | _| | |_) | _ | \\___ \\ \n' +
|
||||
'| __/| |_| | | | | |___| _ < | |_| |___) |\n' +
|
||||
'|_| \\___/ |_| |_____|_| \\_(_)___/|____/ ',
|
||||
'color: #000fd8; font-weight: bold; font-size: 14px; font-family: monospace;'
|
||||
);
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user