hacktoberfestdark-themesonarrradarrplexorganizrnginxthemethemes-csssubfilterguacamoleskinsombilidarrdocker-modsdark-themesdark-modecustom-csscssthemes-custom
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
1014 B
8 lines
1014 B
let custom_text_header=`
|
|
<div class="custom-text-header"> <pre> __ ___ __
|
|
____ ____ _____/ /__________ ____ ___ ____ / (_)___ / /__
|
|
/ __ \\/ __ \\/ ___/ __/ ___/ __ \\/ __ '__ \\/ __ \\/ / / __ \\/ //_/
|
|
/ / / / /_/ (__ ) /_/ / / /_/ / / / / / / /_/ / / / / / / ,<
|
|
/_/ /_/\\____/____/\\__/_/ \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_|
|
|
</pre> </div>
|
|
`;document.getElementById("login").innerHTML+="\n<div class=\"custom-text-header\"> <pre> __ ___ __ \n ____ ____ _____/ /__________ ____ ___ ____ / (_)___ / /__\n / __ \\/ __ \\/ ___/ __/ ___/ __ \\/ __ '__ \\/ __ \\/ / / __ \\/ //_/\n / / / / /_/ (__ ) /_/ / / /_/ / / / / / / /_/ / / / / / / ,< \n/_/ /_/\\____/____/\\__/_/ \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_| \n </pre> </div>\n";
|