diff options
Diffstat (limited to 'web/bubblegum/examples/posts')
-rw-r--r-- | web/bubblegum/examples/posts/2021-04-01-hello.html | 3 | ||||
-rw-r--r-- | web/bubblegum/examples/posts/2021-04-02-a second post.html | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/web/bubblegum/examples/posts/2021-04-01-hello.html b/web/bubblegum/examples/posts/2021-04-01-hello.html new file mode 100644 index 000000000000..3c58be7953f1 --- /dev/null +++ b/web/bubblegum/examples/posts/2021-04-01-hello.html @@ -0,0 +1,3 @@ +<p> + This is it, the peak of cursed. +</p> diff --git a/web/bubblegum/examples/posts/2021-04-02-a second post.html b/web/bubblegum/examples/posts/2021-04-02-a second post.html new file mode 100644 index 000000000000..050586c3029c --- /dev/null +++ b/web/bubblegum/examples/posts/2021-04-02-a second post.html @@ -0,0 +1,7 @@ +<p> + <ul> + <li>โ sorting</li> + <li>โ url encoding (admire the spaces!)</li> + <li>โ classic Nix regex based parsing</li> + </ul> +</p> |