questlab/views/html/html.tpl
2014-01-17 13:12:02 +01:00

21 lines
325 B
Smarty

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>The Legend of Z</title>
<link rel="stylesheet" type="text/css" href="/css/desktop" media="all" />
</head>
<body>
<header>
<h1>The Legend of Z</h1>
<?=$menu?>
</header>
<article>
<?=$intermediate?>
</article>
</body>
</html>