hacktoberfestthemedark-themesonarrradarrplexorganizrnginxcssthemes-customthemes-csssubfilterguacamoleskinsombilidarrdocker-modsdark-themesdark-modecustom-css
		
		
		
		
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							737 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							737 B
						
					
					
				| 
 | |
|  //Custom Text Header // | |
|  // ACSII slant font | |
|  | |
| // Needs to be inside <section id="login" class="shadow"> | |
| // YOU MUST ESCAPE ANY SINGLE BACKSLASHES LIKE SO: \\ | |
|  | |
| let custom_text_header = ` | |
| <div class="custom-text-header"> <pre>                     __                             ___       __   | |
|    ____  ____  _____/ /__________  ____ ___  ____  / (_)___  / /__ | |
|   / __ \\/ __ \\/ ___/ __/ ___/ __ \\/ __ '__ \\/ __ \\/ / / __ \\/ //_/ | |
|  / / / / /_/ (__  ) /_/ /  / /_/ / / / / / / /_/ / / / / / / ,<    | |
| /_/ /_/\\____/____/\\__/_/   \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_|   | |
|                                                                  </pre> </div> | |
| `; | |
| document.getElementById("login").innerHTML += custom_text_header
 | |
| 
 |