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

18 lines
699 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<h1>Word catcher</h1>
<div>word</div>
<div>
<button type="button">dům</button>
<button type="button">auto</button>
<button type="button">slovo</button>
<button type="button">škola</button>
</div>
</body>
</html>