24 lines
		
	
	
		
			700 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			700 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!doctype html> | ||
|  | <html> | ||
|  | 
 | ||
|  |     #include header.html | ||
|  | 
 | ||
|  |     <body> | ||
|  |         <title>ktyl ~ home</title> | ||
|  |         <div class="title"> | ||
|  |             <h1 class="fsText">ktyl@website</h1> | ||
|  |         </div> | ||
|  | 
 | ||
|  |         #include sidebar.html | ||
|  | 
 | ||
|  |         <div class="column"> | ||
|  |             <h1>cats stuff</h1> | ||
|  | 
 | ||
|  |             <p>hi, im cat and i do things and stuff. eventually i want to make this an actual, useful landing page for people interested in me and what i do. unfortunately, im very scatterbrained and not very organised! as a result, this is just one of myriad ongoing projects that i constantly try to chip away at, to varying degrees of success.</p> | ||
|  |         </div> | ||
|  | 
 | ||
|  |         #include planets.html | ||
|  | 
 | ||
|  |     </body> | ||
|  | </html> |