home · contact · privacy
Display creation dates in index.html and article html files.
[redo-blog] / test / test_files / test.html.ignoring
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog – foo bar baz</title>
5 </head>
6 <body>
7 <a href="index.html">Yet another blog</a>
8 <article>
9 <header>
10 <h1>foo <em>bar</em> <strong>baz</strong></h1>
11 <p><time datetime="IGNORE">IGNORE</time></p>
12 </header>
13 <p>foo</p>
14 <h2 id="bar">bar</h2>
15 <p>baz</p>
16 </article>
17 </body>
18 </html>