home · contact · privacy
9eb95f5ab7b8d3ed8c6853ed4e65703817362c24
[redo-blog] / test / test_files / foo.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27; %BODY%</title>
5 </head>
6 <body>
7 <a href="index.html">Yet another blog</a>
8 <article>
9 <h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
10 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
11 <h2 id="some-sub-heading">some sub-heading</h2>
12 <p>and more than one paragraph</p>
13 <h2 id="another-sub-heading">another sub-heading</h2>
14 <p>note that should be ignored but \ should give a backlash</p>
15 </article>
16 </body>
17 </html>