home · contact · privacy
Fix tests, improve templates.
[redo-blog] / test / test_files / index.html.ignoring
index 3f80781f344a4bb09f30870d5e18432b6bdb9cdb..54b41722b2764caaaf75e597cb324d8bbd4612ec 100644 (file)
@@ -1,11 +1,16 @@
 <!DOCTYPE html>
 <html>
 <head>
+<meta charset="UTF-8">
+<style type="text/css">
+h1 { font-size: 2em; }
+</style>
 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>Yet another blog</title>
 </head>
 <body>
 <h1>Yet another blog</h1>
+<p><a href="feed.xml">feed</a></p>
 <ul>
 <li><a href="foo.html">a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</a> (<time>IGNORE</time>)</li>
 <li><a href="bar%20baz.html">foo</a> (<time>IGNORE</time>)</li>