fix ASCII art for PUTER.JS

This commit is contained in:
jelveh
2026-05-08 08:04:21 -07:00
parent 38fcc6d6bd
commit 908c02fd99
+5 -5
View File
@@ -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(