From 549c25c93e10940ac7db5adaca866f86f7d320fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drobn=C3=BD?= Date: Wed, 21 Sep 2022 12:16:12 +0200 Subject: [PATCH] update web --- 01.html | 2 ++ 02.css | 4 +++- 03.js | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/01.html b/01.html index c2aa7a1..74ebf14 100644 --- a/01.html +++ b/01.html @@ -2,6 +2,7 @@ + WTL @@ -11,5 +12,6 @@

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Aspernatur expedita recusandae quas possimus nesciunt, sunt dicta similique! Facere maxime magni molestiae voluptatum sed. Corrupti veritatis aliquid eligendi eum, eos sapiente.

+ \ No newline at end of file diff --git a/02.css b/02.css index c136fbc..f23dc63 100644 --- a/02.css +++ b/02.css @@ -1 +1,3 @@ -h1 {color: gold;} \ No newline at end of file +h1 {color: gold;} + +h3 {color: greenyellow;} \ No newline at end of file diff --git a/03.js b/03.js index 69e0bfa..09c5cfb 100644 --- a/03.js +++ b/03.js @@ -1 +1,3 @@ -console.log("hello JS") \ No newline at end of file +console.log("hello JS") + +console.log("End of Line") \ No newline at end of file