mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			569 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			569 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Unleash Admin</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">    
 | |
|     <link rel="stylesheet" href="/static/bundle.css" />
 | |
|     <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
 | |
|     <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id='app'></div>
 | |
|     <script src="/node_modules/react-mdl/extra/material.min.js"></script>
 | |
|     <script src="/static/bundle.js"></script>
 | |
|   </body>
 | |
| </html>
 |