From 9d425986a73eb80200933a65685f1d804f39ebb3 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:06:08 +0200 Subject: [PATCH] update README.md --- 02.css | 1 + 03.js | 1 + README.md | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) 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