mirror of
https://github.com/ysoftdevs/cloud-workshop.git
synced 2026-01-11 22:40:51 +01:00
18 lines
619 B
HTML
18 lines
619 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>
|
|
<div>dům</div>
|
|
<div>auto</div>
|
|
<div>slovo</div>
|
|
<div>škola</div>
|
|
</div>
|
|
</body>
|
|
</html> |