mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			226 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			226 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Unleash UI</title>
 | |
|     <link rel="stylesheet" href="/static/bundle.css" />
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id='app'></div>
 | |
|     <script src="/static/bundle.js"></script>
 | |
|   </body>
 | |
| </html>
 |