Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. <body class='loading' onload='siinBlog()'>
  2. <script>
  3. var art = siinBlog();
  4. function siinBlog() {
  5. var art = '';
  6. art += '==============================================================================\n';
  7. art += '|| _______ ___ ___ __ _ _______ ___ _______ _______ ||\n';
  8. art += '|| | | | | | | | | _ | | | | | ||\n';
  9. art += '|| | _____| | | |_| | | |_| | | | _ | ___| ||\n';
  10. art += '|| | |_____| | | | | | | | | | | | __ ||\n';
  11. art += '|| |_____ | | | _ | | _ || |___| |_| | || | ||\n';
  12. art += '|| _____| | | | | | | | |_| | | | |_| | ||\n';
  13. art += '|| |_______|___|___|_| |__| |_______|_______|_______|_______| ||\n';
  14. art += '|| ||\n';
  15. art += '==============================================================================\n';
  16. art += ' ==============================================================\n';
  17. art += ' || Bản quyền thuộc SiinBlog.Com ||\n';
  18. art += ' || Nghiêm cấm R.I.P template dưới mọi hình thức ||\n';
  19. art += ' || Tôn trọng người khác thì họ sẽ tôn trọng lại bạn! ||\n';
  20. art += ' ==============================================================\n';
  21. art += ' ======================================\n';
  22. art += ' || Designer by Ngô Văn Tuấn ||\n';
  23. art += ' ======================================\n';
  24. return art;
  25. };
  26. console.log(art);
  27. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement