mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Sample App</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id='root'>
 | |
|     </div>
 | |
|     <script src="/static/bundle.js"></script>
 | |
|   </body>
 | |
| </html>
 |