mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			332 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			332 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <title>Sample App</title>
 | |
|     <style>
 | |
|       body {
 | |
|         font-family: SF UI Text, Roboto, Helvetica Neue, Helvetica, sans-serif;
 | |
|         font-size: 18px;
 | |
|         line-height: 1.5;
 | |
|       }
 | |
|     </style>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="root"></div>
 | |
|     <script src="/static/bundle.js"></script>
 | |
|   </body>
 | |
| </html>
 |