home · contact · privacy
Stabilize feed.xml generation, reduce bad shell scripting.
[redo-blog] / test / test_files / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog</title>
5 </head>
6 <body>
7 <h1>Yet another blog</h1>
8 <ul>
9 <li><a href="foo.html" />a title with some nasty characters: &amp;&lt;&gt;&quot;'</a></li>
10 <li><a href="bar%20baz.html" />foo</a></li>
11 <li><a href="test.html" />foo <em>bar</em> <strong>baz</strong></a></li>
12 </ul>
13 </body>
14 </html>