Skip to content

Commit

Permalink
Update custom_text_header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuluuk authored May 27, 2024
1 parent 800261e commit e043297
Showing 1 changed file with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@
// YOU MUST ESCAPE ANY SINGLE BACKSLASHES LIKE SO: \\

let custom_text_header = `
<div class="custom-text-header"> <pre> __ ___ __
____ ____ _____/ /__________ ____ ___ ____ / (_)___ / /__
/ __ \\/ __ \\/ ___/ __/ ___/ __ \\/ __ '__ \\/ __ \\/ / / __ \\/ //_/
/ / / / /_/ (__ ) /_/ / / /_/ / / / / / / /_/ / / / / / / ,&lt;
/_/ /_/\\____/____/\\__/_/ \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_|
<div class="custom-text-header"> <pre>
,^. __
' ` ,' '.
|x| /_ _\
| | / \\ // \
| | (|(o) (o)|)
| | \ '' /
,'-,---\ /""\ /-.
`.-----'\`""'/-, |
| | .\ /.,| |
| | / /\/\ \/|\
| | |`| |`|
| | | | | |
azc|_| ///` '\\\
</pre> </div>
`;
document.getElementById("login").innerHTML += custom_text_header

0 comments on commit e043297

Please sign in to comment.