html_hints/struktura.md

13 lines
175 B
Markdown
Raw Permalink Normal View History

```
2022-12-01 12:44:28 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Kankys Project</title>
</head>
<body>
<h1>Kankys Project</h1>
<p>Tady začíná tvá cesta do IT!</p>
</body>
</html>
```