summaryrefslogtreecommitdiff
path: root/examples/1.html
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-04-23 20:23:54 -0400
committermattkae <mattkae@protonmail.com>2023-04-23 20:23:54 -0400
commit4058f9b1704322f8185136c2558c2ab96a4d835c (patch)
treef764007c2cdd0f41372d66dcf02ccde26509b839 /examples/1.html
Initial commit with a working parser
Diffstat (limited to 'examples/1.html')
-rw-r--r--examples/1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/1.html b/examples/1.html
new file mode 100644
index 0000000..06f1bd6
--- /dev/null
+++ b/examples/1.html
@@ -0,0 +1,6 @@
+<div>
+ <h1>Hello World</h1>
+ <p>
+ I am in a paragraph
+ </p>
+</div>