Created
June 12, 2014 01:05
-
-
Save akotlov/4e4d99263386b9d11240 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
(function(){ | |
try{ | |
var msg = '\n _\n (_)\n _ _ __ ___ __ _ _ _ _ __\n | | \'_ ` _ \\ / _` | | | | \'__|\n | | | | | | | (_| | |_| | |\n |_|_| |_| |_|\\__, |\\__,_|_|\n __/ |\n |___/\n'; | |
msg += '========================================\nYou opened the console! Know some code,\ndo you? Want to work for one of the best\nstartups around? http://imgur.com/jobs\n========================================\n'; | |
console.log(msg); | |
}catch(e){} | |
})() | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment