1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 19:48:23 +02:00
vichan/templates/page.html

16 lines
601 B
HTML
Raw Normal View History

2011-01-02 11:10:18 +01:00
<!DOCTYPE html>
2010-11-02 11:57:33 +01:00
<html>
<head>
<link rel="stylesheet" media="screen" href="{index}style.css"/>
<title>{title}</title>
2011-01-03 06:29:34 +01:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
2010-11-02 11:57:33 +01:00
</head>
<body>
<h1>{title}</h1>
2010-12-16 09:12:13 +01:00
<div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
2010-11-02 11:57:33 +01:00
{body}
<hr/>
2011-01-21 17:41:00 +01:00
<p class="unimportant" style="text-align:center;">Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p>
2010-11-02 11:57:33 +01:00
</body>
</html>