-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtags.html
45 lines (39 loc) · 1.78 KB
/
tags.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Recettes de bières - Tags</title>
<link rel="stylesheet" href="/theme/css/main.css" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Recettes de bières </a></h1>
<nav><ul>
<li><a href="/category/liens.html">Liens</a></li>
<li><a href="/category/recettes.html">Recettes</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Tags for Recettes de bières</h1>
<ul>
<li><a href="/tag/challenger.html">challenger</a> (7)</li>
<li><a href="/tag/chinook.html">chinook</a> (2)</li>
<li><a href="/tag/citra.html">citra</a> (6)</li>
<li><a href="/tag/fruit.html">fruit</a> (2)</li>
<li><a href="/tag/miel.html">miel</a> (3)</li>
<li><a href="/tag/pale-ale.html">pale ale</a> (4)</li>
<li><a href="/tag/pilsen.html">pilsen</a> (6)</li>
<li><a href="/tag/sorachi-ace.html">sorachi ace</a> (5)</li>
<li><a href="/tag/vienna.html">vienna</a> (6)</li>
</ul>
</section>
<section id="extras" class="body">
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>