27 lines
		
	
	
		
			626 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			626 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>media.metanohi.name</title>
 | |
|     <link href="{style_url}" type="text/css" rel="stylesheet">
 | |
|     <link type="image/png" rel="shortcut icon" href="/favicon.png">
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="body-behind"><div></div></div>
 | |
|     <div id="body">
 | |
|       <header>
 | |
| 	<h1><a href="/">media.metanohi.name</a></h1>
 | |
| 	<p>
 | |
| 	  This is my media collection.  I am involved in all of these
 | |
| 	  productions in some way.
 | |
| 	</p>
 | |
| 	<p class="signature">
 | |
| 	  <a href="http://metanohi.name/about">Niels</a>
 | |
| 	</p>
 | |
|       </header>
 | |
| 
 | |
|       {content}
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |