diff options
author | mattkae <mattkae@protonmail.com> | 2023-07-07 08:16:21 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-07-07 08:16:21 -0400 |
commit | 5cca3cbe1a8aac39f91e2da9689c34d87b86edda (patch) | |
tree | 3d000440e4cc6813c8f46356f9e441d27775faf5 /examples/test.html | |
parent | 340e74ed5dadd6118b119d8e70df4f0e219343a9 (diff) |
Using a light theme with some other minor improvements to web specifically
Diffstat (limited to 'examples/test.html')
-rw-r--r-- | examples/test.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/test.html b/examples/test.html new file mode 100644 index 0000000..1e4685e --- /dev/null +++ b/examples/test.html @@ -0,0 +1,9 @@ +<div> + <h1>Hello world</h1> + <p> + Meow + </p> + <h2> + Meow Mix + </h2> +</div> |