51 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <?xml version='1.0' encoding='utf-8'?>
 | |
| <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN'
 | |
|           'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>
 | |
| <html version='-//W3C//DTD XHTML 1.1//EN'
 | |
|       xmlns='http://www.w3.org/1999/xhtml'
 | |
|       xml:lang='en'
 | |
|       xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 | |
|       xsi:schemaLocation='http://www.w3.org/1999/xhtml
 | |
|                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd'>
 | |
|   <head>
 | |
|     <title>nohifilms :: {title}</title>
 | |
|     <meta name='author' content='Niels Serup' />
 | |
|     <meta name='description'
 | |
|           content='This site contains films by Niels Serup.' />
 | |
|     <meta name='keywords'
 | |
|           content='films' />
 | |
|     <link rel='stylesheet' type='text/css'
 | |
|           href='/static/screen.css' />
 | |
|     <link rel='schema.DCTERMS' href='http://purl.org/dc/terms/' />
 | |
|     <meta name='DCTERMS.title'    content='nohifilms :: {title}' />
 | |
|     <meta name='DCTERMS.creator'  content='Niels Serup' />
 | |
|     <meta name='DCTERMS.language' content='en' />
 | |
|     <meta name='DCTERMS.isPartOf' content='http://films.metanohi.name/' />
 | |
|     <link rel='copyright' href='http://creativecommons.org/licenses/by-sa/3.0/' />
 | |
|     <meta name='DCTERMS.license' content='http://creativecommons.org/licenses/by-sa/3.0/' />
 | |
|     <meta name='robots' content='ALL' />
 | |
|     <link rel='icon' type='image/png' href='/favicon.png' />
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id='wrapper'>
 | |
| 
 | |
|       <div id='header'>
 | |
|         <a href='/'></a>
 | |
|       </div>
 | |
|     
 | |
|       <div id='content'>
 | |
| {content}
 | |
|       </div>
 | |
| 
 | |
|       <div id='footer'>
 | |
|         Videos and text are released under
 | |
|         the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative
 | |
|         Commons Attribution-ShareAlike 3.0 Unported license</a>. Copyleft ©
 | |
|         2006, 2007, 2008, 2009, 2010,
 | |
|         2011 <a href='http://metanohi.name/about/niels'>Niels Serup</a>.
 | |
|       </div>
 | |
| 
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |