191111 0158
Этот коммит содержится в:
7
src/templates/shared/footer.php
Обычный файл
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; ?> — <?= $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">
|
||||
|
||||
|
||||
|
Ссылка в новой задаче
Block a user