home · contact · privacy
Fix tests, improve templates.
[redo-blog] / test / test_files / test.html.ignoring
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style type="text/css">
6 h1 { font-size: 2em; }
7 h2 { font-size: 1.5em; }
8 h3 { font-size: 1.17em; }
9 h4 { font-size: 1.12em; }
10 h5 { font-size: .83em; }
11 h6 { font-size: .75em; }
12 header h1 { margin-bottom: 0.1em; }
13 header p { margin: 0; }
14 </style>
15 <title>Yet another blog – foo bar baz</title>
16 </head>
17 <body>
18 <a href="index.html">Yet another blog</a>
19 <article>
20 <header>
21 <h1>foo <em>bar</em> <strong>baz</strong></h1>
22 <p><time>IGNORE</time></p>
23 </header>
24 <p>foo</p>
25 <h2 id="bar">bar</h2>
26 <p>baz</p>
27 </article>
28 </body>
29 </html>