mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			355 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			355 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en-US">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Browsersync Grunt + HTML Injection Example</title>
 | 
						|
    <link rel='stylesheet' href='css/main.css'>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
<header>
 | 
						|
    <h1>Browsersync Grunt, SASS & HTML injection Example</h1>
 | 
						|
    <p>Any changes you make to the HTML will be injected</p>
 | 
						|
</header>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |