commit fb7ec0213128aa5a291e65e1854022ab75f5b9da Author: kankys Date: Thu Nov 14 12:19:06 2024 +0100 configurace projektu diff --git a/index.html b/index.html new file mode 100644 index 0000000..300c73e --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + + JavaScript + + +

Toto je stránka o JavaScriptu

+ + + diff --git a/pozdrav.js b/pozdrav.js new file mode 100644 index 0000000..dc8d597 --- /dev/null +++ b/pozdrav.js @@ -0,0 +1 @@ +console.log("Jmenuji se Lukáš") diff --git a/script.js b/script.js new file mode 100644 index 0000000..2b63bdc --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log("Učíme se javascript") diff --git a/style.css b/style.css new file mode 100644 index 0000000..d224431 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +h1 { + color: red; +} diff --git a/template.html b/template.html new file mode 100644 index 0000000..97ac887 --- /dev/null +++ b/template.html @@ -0,0 +1,14 @@ + + + + + + + + JavaScript + + + + + +