diff --git a/01.html b/01.html index d3fa13d..b87a214 100644 --- a/01.html +++ b/01.html @@ -11,6 +11,7 @@

WTL git procvičení

Lorem ipsum dolor sit amet consectetur

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est, repudiandae doloribus non vero, itaque impedit, perspiciatis reiciendis nobis sunt deserunt quae nisi distinctio omnis! Aut alias minima ipsum harum dignissimos.

+ \ No newline at end of file diff --git a/02.css b/02.css index d613b22..b7becb5 100644 --- a/02.css +++ b/02.css @@ -1,3 +1,6 @@ h1{ - + color: blue; +} +h3{ + color: green; } \ No newline at end of file diff --git a/03.js b/03.js index e69de29..2e21258 100644 --- a/03.js +++ b/03.js @@ -0,0 +1,3 @@ +console.log("Hello JS") + +console.log("begin of end") diff --git a/README.md b/README.md index e757e19..78279d0 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ repozitář pro předmět wtl ### soubory -- 01.html - prvni souborhjjjj \ No newline at end of file +- 01.html - prvni soubor +- 02.css - styl stránky +- 03.js - funkce stránky \ No newline at end of file