diff --git a/css/addons/unraid/login-page/retro-terminal/js/custom_text_header.js b/css/addons/unraid/login-page/retro-terminal/js/custom_text_header.js index 78fd4ca9d9..c628118245 100644 --- a/css/addons/unraid/login-page/retro-terminal/js/custom_text_header.js +++ b/css/addons/unraid/login-page/retro-terminal/js/custom_text_header.js @@ -6,11 +6,20 @@ // YOU MUST ESCAPE ANY SINGLE BACKSLASHES LIKE SO: \\ let custom_text_header = ` -
                     __                             ___       __  
-   ____  ____  _____/ /__________  ____ ___  ____  / (_)___  / /__
-  / __ \\/ __ \\/ ___/ __/ ___/ __ \\/ __ '__ \\/ __ \\/ / / __ \\/ //_/
- / / / / /_/ (__  ) /_/ /  / /_/ / / / / / / /_/ / / / / / / ,<   
-/_/ /_/\\____/____/\\__/_/   \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_|  
+
+     ,^.       __
+     ' `     ,'  '.
+     |x|    /_    _\
+     | |   / \\  // \
+     | |  (|(o)  (o)|)
+     | |   \   ''   /
+     ,'-,---\ /""\ /-.
+     `.-----'\`""'/-, |
+     | |     .\  /.,| |
+     | |    / /\/\ \/|\
+     | |    |`|  |`|
+     | |    | |  | |
+  azc|_|   ///`  '\\\
                                                                  
`; document.getElementById("login").innerHTML += custom_text_header