diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-06-15 20:20:55 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-15 20:21:57 +0200 |
commit | 581d6b00c828cd6f5920bf7de5b63023d5b52436 (patch) | |
tree | 302a408e91d1e6fe4ec606ea4baeaa10354cddce /Base/home/anon/small.html | |
parent | a67e823838943b31fb7cea68bd592093e197cf16 (diff) | |
download | serenity-581d6b00c828cd6f5920bf7de5b63023d5b52436.zip |
LibHTML: Start working on a very simplified HTML parser.
Diffstat (limited to 'Base/home/anon/small.html')
-rw-r--r-- | Base/home/anon/small.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/home/anon/small.html b/Base/home/anon/small.html new file mode 100644 index 0000000000..f44d46836e --- /dev/null +++ b/Base/home/anon/small.html @@ -0,0 +1,6 @@ +<html> + <head><title>Small test page</title></head> + <body> + <p>This is a <b>very small</b> test page :^)</p> + </body> +</html> |