From c5f918fb6933bffcf639a9d1c22cd0d89a9f9cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Bernklau?= Date: Wed, 21 Sep 2022 12:16:16 +0200 Subject: [PATCH] update web --- 01.html | 3 +++ 03.js | 3 ++- README.md | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/01.html b/01.html index 94d2cae..219f22e 100644 --- a/01.html +++ b/01.html @@ -5,10 +5,13 @@ WTL + +

WTL - git procvičení

lorem impus lorem impus

Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque laboriosam dolores quidem non natus ipsum possimus quos. Modi doloremque blanditiis laudantium incidunt illum necessitatibus rerum est, ullam eius voluptates sequi.

+ \ No newline at end of file diff --git a/03.js b/03.js index d96f16a..35cb72c 100644 --- a/03.js +++ b/03.js @@ -1 +1,2 @@ -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 diff --git a/README.md b/README.md index 33f0c4a..ff3bcc9 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