mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			353 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			353 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en-US">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>Browsersync, Webpack + React Hot Loader Example</title>
 | |
|     <link rel="stylesheet" href="css/main.css">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <h1>Browsersync, Webpack + React Hot Loader Example</h1>
 | |
| 
 | |
|     <div id="react-root"></div>
 | |
| 
 | |
|     <script src="js/bundle.js"></script>
 | |
| </body>
 | |
| </html>
 | 
