Guest User

Untitled

a guest
Aug 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  4. <title>JS ASCII Logo - 140Byt.es</title>
  5. <style>
  6. #logo {
  7. font-family: "Courier New", monospace;
  8. color: #F0DB4F;
  9. background: #323330;
  10. display: inline-block;
  11. white-space: pre;
  12. line-height: 33px;
  13. font-size: 55px;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div id="logo"></div>
  19. <script>
  20. var logo = function(a,b,c){for(a=12;a--;c=[c]+(4095^[,396,82,66,76,80,76][a]).toString(2)+2);for(a in c)b=[b]+" ■\n"[c[a]];return b}
  21. document.getElementById( "logo" ).innerHTML = logo()
  22. </script>
  23. </body>
Add Comment
Please, Sign In to add comment