20241004#1

This commit is contained in:
User
2024-10-04 03:00:11 +03:00
parent 99f78f7362
commit 1b0af12a46
37 changed files with 57 additions and 59 deletions

15
templates/base.tpl Normal file
View File

@@ -0,0 +1,15 @@
<!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>