Přidány styly a v souboru index.html v zápatí copyright informace

This commit is contained in:
archos
2024-05-15 21:40:33 +02:00
parent 3194edef98
commit 437bb1c9d7
2 changed files with 62 additions and 4 deletions

View File

@ -26,12 +26,11 @@
<a href="#" class="flex-item" onclick="showContent('social')">Sociální sítě</a>
<a href="#" class="flex-item" onclick="showContent('opensource')">Open Source</a>
<a href="#" class="flex-item" onclick="showContent('contact')">Kontakt</a>
<script src="skripty.js"></script>
</main>
<div id="dynamic-content"></div>
<footer>
<p>Kontaktujte mě na email@example.com</p>
</footer>
<script src="skripty.js"></script>
</body>
<p>&copy; 2024 Zdenek Kreml</p>
</footer>
</html>