Created
May 27, 2016 08:57
-
-
Save igorshubovych/7afb412792cea8aec7c37cd9c19f85c0 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
<html> | |
<head> | |
<title>Test page</title> | |
</head> | |
<body> | |
<h1>Test page</h1> | |
<script type="text/javascript"> | |
console.log('%cWe' + ' %care' + ' %chiring', | |
'color: red; font-size: 2em;', | |
'color: green; font-size: 1.5em;', | |
'color: blue; font-size: 2.5em;'); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment