From fb1111a5c504b19865175b457d9f5f3f22df391e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Basl=C3=ADk?= Date: Wed, 21 Sep 2022 12:03:42 +0200 Subject: [PATCH] add js --- 02.css | 3 +++ 03.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 03.js diff --git a/02.css b/02.css index e69de29..c2140b8 100644 --- a/02.css +++ b/02.css @@ -0,0 +1,3 @@ +h1 { + color: blue; +} \ No newline at end of file diff --git a/03.js b/03.js new file mode 100644 index 0000000..d96f16a --- /dev/null +++ b/03.js @@ -0,0 +1 @@ +console.log("Hello JS") \ No newline at end of file