forked from lvn/elvinyung.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.js
12 lines (11 loc) · 796 Bytes
/
site.js
1
2
3
4
5
6
7
8
9
10
11
12
var loadMsg = [
"And if anyone asks, I'm: ",
" _______ __ ____ ____ __ .__ __. ____ ____ __ __ .__ __. _______ ",
"| ____|| | \\ \\ / / | | | \\ | | \\ \\ / / | | | | | \\ | | / _____|",
"| |__ | | \\ \\/ / | | | \\| | \\ \\/ / | | | | | \\| | | | __ ",
"| __| | | \\ / | | | . ` | \\_ _/ | | | | | . ` | | | |_ | ",
"| |____ | `----. \\ / | | | |\\ | | | | `--' | | |\\ | | |__| | ",
"|_______||_______| \\__/ |__| |__| \\__| |__| \\______/ |__| \\__| \\______| ",
" "
]
console.log(loadMsg.join('\n'));