home · contact · privacy
Display creation dates in index.html and article html files.
[redo-blog] / test / test_files / foo.html.ignoring
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 <header>
10 <h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
11 <p><time datetime="IGNORE">IGNORE</time></p>
12 </header>
13 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
14 <h2 id="some-sub-heading">some sub-heading</h2>
15 <p>and more than one paragraph</p>
16 <h2 id="another-sub-heading">another sub-heading</h2>
17 <p>note that should be ignored but \ should give a backlash</p>
18 </article>
19 </body>
20 </html>