Этот коммит содержится в:
2019-11-11 01:58:17 +03:00
родитель a54744ffb9
Коммит e2ac280221
26 изменённых файлов: 732 добавлений и 16 удалений

7
src/templates/shared/footer.php Обычный файл
Просмотреть файл

@@ -0,0 +1,7 @@
</section>
<footer class="footer">
<br>
<a href="https://belousovv.ru" target="_blank">Belousovv.ru</a>
</footer>
</body>
</html>

Просмотреть файл

@@ -14,5 +14,21 @@
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/style.css">
<title><?= $this->title; ?></title>
<title><?= $this->title; ?> &mdash; <?= $this->siteName; ?></title>
</head>
<body>
<header class="header">
<img class="header__img" src="/assets/img/favicon/android-chrome-384x384.png" alt="" height="192" width="192">
<h1 class="header__title"><?= $this->siteName; ?></h1>
<h2 class="header__title"><?= $this->title; ?></h2>
</header>
<nav class="navigate">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/servers">Edit servers</a></li>
<li><a href="/groups">Edit groups</a></li>
</ul>
</nav>
<section class="main">