21 lines
325 B
Smarty
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>
|