You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
532 B
17 lines
532 B
<!DOCTYPE html>
|
|
<html lang="cz">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="02.css">
|
|
|
|
<title>WTL</title>
|
|
</head>
|
|
<body>
|
|
<h1>WTL - procvičení</h1>
|
|
<h3>lorem impus lorem impus</h3>
|
|
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
|
|
Aspernatur expedita recusandae quas possimus nesciunt, sunt dicta similique!
|
|
Facere maxime magni molestiae voluptatum sed. Corrupti veritatis aliquid eligendi eum, eos sapiente.</p>
|
|
<script src="03.js"></script>
|
|
</body>
|
|
</html>
|