diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2006-01-12 04:24:02 +0000 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2006-01-12 04:24:02 +0000 |
commit | aeb110d90df145ac99009c1a7b9e3077d6b457a6 (patch) | |
tree | 165a254743e0bdc143eabbd74520a4e90f93a9e1 /test.html |
Initial revision
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100644 index 0000000..09865dc --- /dev/null +++ b/test.html @@ -0,0 +1,11 @@ +<html> +<head> + <title>GrokHtml Test Document</title> +</head> +<body> + <table> + <tr><td>foo = baz</td></tr> + <tr><td>bar = quux</td></tr> + </table> +</body> +</html>
\ No newline at end of file |