summaryrefslogtreecommitdiffstats
path: root/sample_files/html_simple_2.html
diff options
context:
space:
mode:
Diffstat (limited to 'sample_files/html_simple_2.html')
-rw-r--r--sample_files/html_simple_2.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample_files/html_simple_2.html b/sample_files/html_simple_2.html
new file mode 100644
index 000000000..30844e01f
--- /dev/null
+++ b/sample_files/html_simple_2.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+ <title>Hi</title>
+</head>
+<body class="bar">
+ <h1 id="title">Bar</h1>
+ <p>Story about <strong>bar</strong>.</p>
+</body>
+</html>