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.
27 lines
978 B
27 lines
978 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<ul class="navigace">
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="#">About</a></li>
|
|
<li><a href="#">Contact</a></li>
|
|
<li><a href="#">Form</a></li>
|
|
</ul>
|
|
|
|
<div class="wrapper">
|
|
<header class="header">Header</header>
|
|
<article class="main">
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus sit soluta molestias, ullam magni deserunt consequatur aliquam odit tempore beatae, neque dicta perspiciatis eaque. Itaque earum iste necessitatibus ullam. Ea.</p>
|
|
</article>
|
|
<aside class="aside aside-1"> Aside 1</aside>
|
|
<aside class="aside aside-2"> Aside 2</aside>
|
|
<footer class="footer"> Footer</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|