8 lines
		
	
	
		
			123 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
									<head>
							 | 
						||
| 
								 | 
							
										<title><?= $title ?> | <?= $site_name?></title>
							 | 
						||
| 
								 | 
							
									</head>
							 | 
						||
| 
								 | 
							
									<body>
							 | 
						||
| 
								 | 
							
										<h1><?= $title ?></h1>
							 |