diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-04 23:28:34 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:20 +0100 |
commit | bc69faaa5bbd8a2d8afb9ab81882b1ba21c4bb8e (patch) | |
tree | 6ad76e58bb58f1ac00dcf4ec2dff8d4239f3592e /tests/test2.html | |
parent | 9412242d0aa9550860db364ddf715fd5c5855740 (diff) |
Reorganize and add documentation
Diffstat (limited to 'tests/test2.html')
-rw-r--r-- | tests/test2.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/test2.html b/tests/test2.html new file mode 100644 index 0000000..98a250a --- /dev/null +++ b/tests/test2.html @@ -0,0 +1,16 @@ +<html > +<head > +<title > +Website +</title> +</head> +<body > + +<h1 > +Chains test +</h1> +<p > +Hello World! +</p> +</body> +</html> |