older versions removed

This commit is contained in:
2023-03-07 16:37:24 +01:00
parent b459c933c1
commit a215e80fb2
40 changed files with 0 additions and 24606 deletions

2
components/footer.php Normal file
View File

@ -0,0 +1,2 @@
<p>(c) filiprojek.cz 2023<p>

11
components/header.php Normal file
View File

@ -0,0 +1,11 @@
<section class="nav">
<a class="logo" href="/">
<img src="img/fr_logo.webp" alt="logo" />
</a>
<div class="links">
<a href="/home">Úvod</a>
<a href="/projects">Projekty</a>
<a href="/contact">Kontakt</a>
</div>
</section>