mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en-US">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Browsersync, Webpack + Preact Hot Loader Example</title>
 | 
						|
    <link rel="stylesheet" href="css/main.css">
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <h1>Browsersync, Webpack + Preact Hot Loader Example</h1>
 | 
						|
 | 
						|
    <div id="preact-root"></div>
 | 
						|
 | 
						|
    <script src="js/bundle.js"></script>
 | 
						|
</body>
 | 
						|
</html>
 |