This commit is contained in:
Dark Steveneq
2025-10-27 19:28:24 +01:00
parent bdc5477c5d
commit a39a3ecf01
2 changed files with 172 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
const nawigacjaLinki = [
{ nazwa: "Tabele", link: "/tabele.html" },
{ nazwa: "Grafika", link: "/grafika.html" },
{ nazwa: "JS. Funkcje", link: "/js-funkcje.html" },
];
const stopkaLinki = [
[
@@ -14,6 +15,7 @@ const stopkaLinki = [
"#FreeJavaScript",
{ nazwa: "JS. Podstawowe Zad.", link: "/js-podstawy.html" },
{ nazwa: "JS. Zad. Warunkowe", link: "/js-warunkowe.html" },
{ nazwa: "JS. Funkcje", link: "/js-funkcje.html" },
],
[
"HTML",