From 50079473e6d4ca5b02a52abdfa41f1da2dee9821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Bernklau?= Date: Wed, 21 Sep 2022 12:04:15 +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..43cc8c6 100644 --- a/02.css +++ b/02.css @@ -0,0 +1,3 @@ +h1 { + color: yellow; +} \ 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