Created
June 14, 2017 04:36
-
-
Save nigelheap/b2a1d394c95d256604a6b70ccad6db71 to your computer and use it in GitHub Desktop.
Made by itomic
This file contains 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
if (typeof console !== "undefined") { | |
window.console.log.apply(console, [ | |
'\n %c Made by Itomic %c %c %c http://www.itomic.com.au %c \n\n', | |
'color: #fff; background: #1dbeea; padding:5px 0;', | |
'background: #1dbeea; padding:5px 0;', | |
'background: #222222; padding:5px 0;', | |
'color: #fff; background: #222222; padding:5px 0;', | |
'background: #fff; padding:5px 0;' | |
]); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment