You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
503 B
16 lines
503 B
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title><?=$tpl->meta['title'];?></title>
|
|
<meta name="description" content="<?=$tpl->meta['description'];?>">
|
|
<meta name="keywords" content="<?=$tpl->meta['keywords'];?>">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<?=$tpl->head_cont;?>
|
|
</head>
|
|
<body>
|
|
<?=$tpl->cont_top;?>
|
|
<?=$tpl->fetch('main_body');?>
|
|
<?=$tpl->cont_bottom;?>
|
|
</body>
|
|
</html> |