Files
cloud-workshop/exercise-01/index.html
Juraj Michálek 22759d947c add 10 exercises
2016-12-14 20:14:35 +00:00

16 lines
283 B
HTML

<!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>