16 lines
		
	
	
		
			199 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			199 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!doctype html> | ||
|  | <html> | ||
|  | 
 | ||
|  | #include header.html | ||
|  | 
 | ||
|  | <body> | ||
|  | <div class="title"> | ||
|  |     <h1 class="fsText"><a href="index.html">ktyl@website</a>/contact</h1> | ||
|  | </div> | ||
|  | 
 | ||
|  |     #include sidebar.html | ||
|  | 
 | ||
|  | </body> | ||
|  | 
 | ||
|  | </html> |