Skip to content

Instantly share code, notes, and snippets.

@agungsijawir
Created October 4, 2015 08:29
Show Gist options
  • Save agungsijawir/fd9e895e209c7e25ddd0 to your computer and use it in GitHub Desktop.
Save agungsijawir/fd9e895e209c7e25ddd0 to your computer and use it in GitHub Desktop.
variant of console variants
<script>
window.console.log("%c Hello Green World.","color: rgb(155, 201, 74); font-size: 24px;");
window.console.log("%c https://agungandika.com/perihal-saya","font-size: 20px;");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment