changes
This commit is contained in:
11
v4/components/header.php
Normal file
11
v4/components/header.php
Normal 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>
|
||||
|
Reference in New Issue
Block a user