leftypol/templates/page.html

14 lines
364 B
HTML
Raw Normal View History

2010-11-02 10:57:33 +00:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" media="screen" href="{index}style.css"/>
<title>{title}</title>
</head>
<body>
<h1>{title}</h1>
{subtitle?<div class="title">{subtitle}</div>}
{body}
<hr/>
<p class="unimportant" style="text-align:center;">Copyright &copy; 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
</body>
</html>