Skip to content

Instantly share code, notes, and snippets.

@samisuteria
Created July 31, 2015 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samisuteria/4626ab4ef8160a6c8855 to your computer and use it in GitHub Desktop.
Save samisuteria/4626ab4ef8160a6c8855 to your computer and use it in GitHub Desktop.
<html>
<body>
<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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment