mirror of
				https://github.com/flynx/Course-JavaScript.git
				synced 2025-10-31 12:00:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			220 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			220 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <html>
 | |
| <script src="slang.js"></script>
 | |
| <body>
 | |
| </body>
 | |
| <script>
 | |
| document.body.innerHTML='<pre>'+BOOTSTRAP
 | |
| 		.replace(/&/g, '&')
 | |
| 		.replace(/>/g, '>')
 | |
| 		.replace(/</g, '<')+'</pre>'
 | |
| </script>
 | |
| </html>
 |