Compare commits

...

3 Commits

Author SHA1 Message Date
Petr Maxa feee03f152 update README.md 3 years ago
Petr Maxa cee27fd1f1 add js 3 years ago
Petr Maxa 5864c81539 add css 3 years ago
  1. 2
      02.css
  2. 1
      03.js
  3. 4
      README.md

2
02.css

@ -0,0 +1,2 @@
h1 {
color:blueviolet;}

1
03.js

@ -0,0 +1 @@
console.log("Hello js")

4
README.md

@ -4,4 +4,6 @@ repozitář pro předmět wtl
### soubory
- 01.html - prvni soubor
- 01.html - vebová stránka
- 02.css - styl stránky
- 03.js - funkce stránky
Loading…
Cancel
Save