35 lines
1.0 KiB
HTML
35 lines
1.0 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>{name}</title>
|
|
<link rel='stylesheet' type='text/css'
|
|
href='/static/screen.css' />
|
|
<link rel='schema.DCTERMS' href='http://purl.org/dc/terms/' />
|
|
<meta name='DCTERMS.language' content='en' />
|
|
<meta name='robots' content='NOINDEX, NOFOLLOW' />
|
|
<link rel='icon' type='image/png' href='/favicon.png' />
|
|
{headextra}
|
|
</head>
|
|
<body>
|
|
<div id='header'>
|
|
<h1>{name}</h1>
|
|
</div>
|
|
|
|
<div id='content'>
|
|
{content}
|
|
</div>
|
|
|
|
<div id='footer'>
|
|
Powered by <em><a href='/static/source/lunchuman/'>lunchuman</a></em>.
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|