This commit is contained in:
Volodya
2023-10-25 11:51:44 +03:00
parent 4b192915ed
commit ada5fc2e11
54 changed files with 1178 additions and 7 deletions

View File

@@ -0,0 +1 @@
footer.ejs

View File

@@ -0,0 +1 @@
<footer><p>MyCorp - Copyright © 2017</p></footer>

View File

@@ -0,0 +1,4 @@
<nav>
<a href="/">Главная</a> |
<a href="/contact">Контакты</a>
</nav>

View File

@@ -0,0 +1,4 @@
<nav>
<a href="/">Главная</a> |
<a href="/contact">Контакты</a>
</nav>