17 lines
632 B
HTML
17 lines
632 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" media="screen" href="{index}style.css"/>
|
|
<title>{title}</title>
|
|
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
</head>
|
|
<body>
|
|
<h1>{title}</h1>
|
|
<div class="title">{subtitle?{subtitle}}</div>
|
|
{mod?<a href="?/" style="text-align:center;display:block;">Return to dashboard</a>}
|
|
{body}
|
|
<hr/>
|
|
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
|
</body>
|
|
</html> |