mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <title><noscript></title>
 | |
| </head>
 | |
| <body>
 | |
|     <script>
 | |
|         alert("Scripting is enabled!");
 | |
|     </script>
 | |
|     <noscript>
 | |
|         Scripting is disabled!
 | |
|     </noscript>
 | |
| </body>
 | |
| </html>
 | 
