21 lines
		
	
	
		
			232 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			232 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
| 
 | |
| #include header.html
 | |
| 
 | |
| <body>
 | |
| <title>ktyl ~ blog</title>
 | |
| 
 | |
| <div class="sidebar">
 | |
| #include titlestart.html
 | |
| /blog
 | |
| #include titleend.html
 | |
| #include sidebarlinks.html
 | |
| </div>
 | |
| 
 | |
| #include planets.html
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html>
 |