add 10 exercises

This commit is contained in:
Juraj Michálek
2016-12-14 20:14:35 +00:00
parent da31751c4b
commit 22759d947c
11 changed files with 337 additions and 0 deletions

16
exercise-01/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Word catcher</h1>
<div>word</div>
<div>
<div>dům</div>
<div>auto</div>
<div>slovo</div>
<div>škola</div>
</div>
</body>
</html>