From 8a051f7709fb3273a4317851d9df195104a925e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Vesel=C3=BD?= Date: Wed, 21 Sep 2022 11:16:12 +0100 Subject: [PATCH] update web --- 01.html | 1 + 02.css | 5 ++++- 03.js | 3 +++ README.md | 4 +++- 4 files changed, 11 insertions(+), 2 deletions(-) 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