Advertisement
Guest User

Untitled

a guest
May 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Test page</title>
  4. </head>
  5. <body>
  6. <h1>Test page</h1>
  7.  
  8.  
  9. <script type="text/javascript">
  10. console.log('%cWe' + ' %care' + ' %chiring',
  11. 'color: red; font-size: 2em;',
  12. 'color: green; font-size: 1.5em;',
  13. 'color: blue; font-size: 2.5em;');
  14. </script>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement