home · contact · privacy
54b41722b2764caaaf75e597cb324d8bbd4612ec
[redo-blog] / test / test_files / index.html.ignoring
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style type="text/css">
6 h1 { font-size: 2em; }
7 </style>
8 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
9 <title>Yet another blog</title>
10 </head>
11 <body>
12 <h1>Yet another blog</h1>
13 <p><a href="feed.xml">feed</a></p>
14 <ul>
15 <li><a href="foo.html">a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</a> (<time>IGNORE</time>)</li>
16 <li><a href="bar%20baz.html">foo</a> (<time>IGNORE</time>)</li>
17 <li><a href="test.html">foo <em>bar</em> <strong>baz</strong></a> (<time>IGNORE</time>)</li>
18 </ul>
19 </body>
20 </html>