home · contact · privacy
Move work so far into repo.
[redo-blog] / test / test_files / index.html
diff --git a/test/test_files/index.html b/test/test_files/index.html
new file mode 100644 (file)
index 0000000..f5b755c
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Yet another blog</title>
+</head>
+<body>
+<h1>Yet another blog</h1>
+<ul>
+<li><a href="bar%20baz.html" />foo</a></li>
+<li><a href="foo.html" />a title with some nasty characters: &amp;&lt;&gt;&quot;'</a></li>
+<li><a href="test.html" />foo <em>bar</em> <strong>baz</strong></a></li>
+</ul>
+</body>
+</html>
\ No newline at end of file