mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 14:18:32 +00:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			409 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			409 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <!doctype html> | ||
|  | <html lang="en-US"> | ||
|  | <head> | ||
|  |     <meta charset="UTF-8"> | ||
|  |     <title>Browsersync, Webpack + Monkey Hot Loader Example</title> | ||
|  | </head> | ||
|  | 
 | ||
|  | <body> | ||
|  |     <h1>Browsersync, Webpack + Monkey Hot Loader Example</h1> | ||
|  | 
 | ||
|  |     <span id="number">0</span> | ||
|  |     <button id="inc" type="button">Increase</button> | ||
|  |     <button id="dec" type="button">Decrease</button> | ||
|  | 
 | ||
|  |     <script src="bundle.js"></script> | ||
|  | </body> | ||
|  | </html> |