update @ Tue 3 May 22:13:16 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-05-03 22:13:16 +03:00
parent b853b567fd
commit 555e284d4e

View file

@ -173,7 +173,7 @@ function echo(argv) {
} }
function webfetch() { function webfetch() {
let head_str = `${escape_HTML(window.localStorage.getItem("username"))}@${site_name}`; let head_str = `${whoami()}@${site_name}`;
return `\`8.\`888b ,8' ${head_str} return `\`8.\`888b ,8' ${head_str}
\`8.\`888b ,8' ${"-".repeat(head_str.length)} \`8.\`888b ,8' ${"-".repeat(head_str.length)}
@ -184,5 +184,5 @@ function webfetch() {
\`8.\`888b8.\`8888' CPU: ${site_name} web cpu (1) @ 1GHz \`8.\`888b8.\`8888' CPU: ${site_name} web cpu (1) @ 1GHz
\`8.\`888\`8.\`88' Memory: 2B / 8B \`8.\`888\`8.\`88' Memory: 2B / 8B
\`8.\`8' \`8,\`' Init: WebRC \`8.\`8' \`8,\`' Init: WebRC
\`8.\` \`8'` \`8.\` \`8'`;
} }