mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-28 06:31:14 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			279 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			279 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <title>Electron Test</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <span id="counter">0</span>
 | |
|     <button id="increment">+</button>
 | |
|     <button id="decrement">-</button>
 | |
|     <script src="renderer.js"></script>
 | |
|   </body>
 | |
| </html>
 |