This commit is contained in:
2023-03-04 23:46:16 +01:00
parent 50f196849b
commit 9dea0661d6
6 changed files with 32 additions and 11 deletions

11
v4/components/header.php Normal file
View File

@ -0,0 +1,11 @@
<section class="nav">
<div class="logo">
<p>logo</p>
</div>
<div class="links">
<a href="/home">Úvod</a>
<a href="/projects">Projekty</a>
<a href="/contact">Kontakt</a>
</div>
</section>