15 lines
488 B
Smarty
15 lines
488 B
Smarty
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Rmphp - <?=$this->getPoint('title')?></title>
|
|
<link href="/assets/css/style.css?1" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<?=$this->getPoint('main')?>
|
|
<script type="text/javascript" src="/assets/js/script.js?1"></script>
|
|
<?=$this->getPoint('jsscript')?>
|
|
</body>
|
|
</html> |