-
Notifications
You must be signed in to change notification settings - Fork 0
/
light.html
53 lines (49 loc) · 1.73 KB
/
light.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<title>DraciDoupe.cz</title>
<link rel="alternate" href="http://www.dracidoupe.cz/rss/novinky.xml" type="application/rss+xml" title="Nové èlánky ze všech rubrik" />
<link rel="stylesheet" href="./light.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<header>
<h1 class="logo"><a href="/" rel="home"><img src="./logo.png" alt="DraciDoupe.cz"></a></h1>
</header>
<div id="flex">
<main>
<h1>Aktuality</h1>
<p>Lorem Doupe Ipsum</p>
</main>
<aside class="left">
<nav>
<ul>
<li>Rubriky
<ul>
<li>Tvorba
<ul>
<li>Články&Eseje</li>
<li>Galerie</li>
<li>Fotogalerie</li>
<li>Hřbitov</li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</aside>
<aside class="right">
<nav>
<ul>
<li>Vzhled
<ul>
<li>Family Silver</li>
<li>Historic</li>
</ul>
</li>
</ul>
</nav>
</aside>
</div>
</body>
</html>