Skip to content

Commit

Permalink
add init console log message
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 21, 2015
1 parent 5e4eb8b commit a674f86
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/js/site.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
var loadMsg = [
"And if anyone asks, I'm: ",
" _______ __ ____ ____ __ .__ __. ____ ____ __ __ .__ __. _______ ",
"| ____|| | \\ \\ / / | | | \\ | | \\ \\ / / | | | | | \\ | | / _____|",
"| |__ | | \\ \\/ / | | | \\| | \\ \\/ / | | | | | \\| | | | __ ",
"| __| | | \\ / | | | . ` | \\_ _/ | | | | | . ` | | | |_ | ",
"| |____ | `----. \\ / | | | |\\ | | | | `--' | | |\\ | | |__| | ",
"|_______||_______| \\__/ |__| |__| \\__| |__| \\______/ |__| \\__| \\______| ",
" "
]

console.log(loadMsg.join('\n'));

0 comments on commit a674f86

Please sign in to comment.