Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <body class='loading' onload='anotvn()'>
  2. <script>
  3.     var art = anotvn();
  4.     function anotvn() {
  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 https://anochiase.blogspot.com             ||\n';
  18.         art += '        ||      Nghiêm cấm R.I.P template dưới mọi hình thức     ||\n';
  19.         art += '        ||    Nếu bạn cần templlate này hãy Liên hệ với tôi theo thông tin trên blog!       ||\n';
  20.         art += '        ==============================================================\n';
  21.         art += '                    ======================================\n';
  22.         art += '                    ||     Editer by Nha Tran       ||\n';
  23.         art += '                    ======================================\n';
  24.         return art;
  25.     };
  26.     console.log(art);
  27. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement