Skip to content

Instantly share code, notes, and snippets.

@nigelheap
Created June 14, 2017 04:36
Show Gist options
  • Save nigelheap/b2a1d394c95d256604a6b70ccad6db71 to your computer and use it in GitHub Desktop.
Save nigelheap/b2a1d394c95d256604a6b70ccad6db71 to your computer and use it in GitHub Desktop.
Made by itomic
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