init
This commit is contained in:
44
flex.html
Normal file
44
flex.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="kratky popis stranky.">
|
||||
<meta name="keywords" content="sablona, html, cize klucove slova nasej strsanky">
|
||||
<title>flex</title>
|
||||
|
||||
<!-- Mobile viewport -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0 , user-scalable=yes">
|
||||
<link rel="shortcut icon"
|
||||
href="https://localhost/adlerka/image/favicon.ico"
|
||||
type="image/x-icon">
|
||||
|
||||
<!-- namapovanie css -->
|
||||
<link rel="stylesheet"
|
||||
href="flex.css" />
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<a href="https://developer.morilla.org/en-US/docs/Learn/CSS"></a>
|
||||
|
||||
<div class="wrapper">
|
||||
<header class="header">Header</header>
|
||||
<nav class="navigation"></nav>
|
||||
<main class="main">
|
||||
<article>
|
||||
<p id="Obsah">Obsah</p>
|
||||
</article>
|
||||
</main>
|
||||
<aside class="aside aside -1">Aside 1</aside>
|
||||
<aside class="aside aside-2">Aside 2</aside>
|
||||
<footer class="footer">Footer</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user