diff --git a/02.css b/02.css index e69de29..c136fbc 100644 --- a/02.css +++ b/02.css @@ -0,0 +1 @@ +h1 {color: gold;} \ No newline at end of file diff --git a/03.js b/03.js index e69de29..69e0bfa 100644 --- a/03.js +++ b/03.js @@ -0,0 +1 @@ +console.log("hello JS") \ No newline at end of file diff --git a/README.md b/README.md index a4ada32..e37958d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ repozitář pro předmět WTL ### soubory -- 01.html - prvni soubor \ No newline at end of file +- 01.html - webová stránka +- 02.css - styl stránky +- 03.js - funkce stránky \ No newline at end of file