home · contact · privacy
0af39000b76736358078646cc333142f009c604a
[redo-blog] / test / test_files / foo.html.ignoring
1 <!DOCTYPE html>
2 <meta charset="UTF-8">
3 <style type="text/css">
4 h1 { font-size: 2em; }
5 h2 { font-size: 1.5em; }
6 h3 { font-size: 1.17em; }
7 h4 { font-size: 1.12em; }
8 h5 { font-size: .83em; }
9 h6 { font-size: .75em; }
10 header h1 { margin-bottom: 0.1em; }
11 header p { margin: 0; }
12 </style>
13 <title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27; %BODY%</title>
14 <a href="index.html">Yet another blog</a>
15 <article>
16 <header>
17 <h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
18 <p>created: <time>IGNORE</time> / last update: <time>IGNORE</time></p>
19 </header>
20 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
21 <h2 id="some-sub-heading">some sub-heading</h2>
22 <p>and more than one paragraph</p>
23 <h2 id="another-sub-heading">another sub-heading</h2>
24 <p>note that should be ignored but \ should give a backlash</p>
25 <footer>
26 Links back:
27 <ul>
28 <li><a href="http://example.org/">http://example.org/</a></li>
29 <li><a href="http://example.com/some$()wh%20at&#x27;da&amp;quot;ngerusURL">http://example.com/some$()wh%20at&#x27;da&amp;quot;ngerusURL</a></li>
30 </ul>
31 </footer>
32 </article>