mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| </head>
 | |
| <body>
 | |
| <template id="template">
 | |
|     <div id="templatediv">Hello template!</div>
 | |
|     <script>
 | |
|         // I shouldn't be run.
 | |
|         window.templateScriptRan = true;
 | |
|     </script>
 | |
| </template>
 | |
| </body>
 | |
| </html>
 | 
