From fb7ec0213128aa5a291e65e1854022ab75f5b9da Mon Sep 17 00:00:00 2001 From: kankys Date: Thu, 14 Nov 2024 12:19:06 +0100 Subject: [PATCH] configurace projektu --- index.html | 14 ++++++++++++++ pozdrav.js | 1 + script.js | 1 + style.css | 3 +++ template.html | 14 ++++++++++++++ 5 files changed, 33 insertions(+) create mode 100644 index.html create mode 100644 pozdrav.js create mode 100644 script.js create mode 100644 style.css create mode 100644 template.html 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 + + + + + +