diff options
Diffstat (limited to 'nixos-tests/webmention-test')
-rw-r--r-- | nixos-tests/webmention-test/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/nixos-tests/webmention-test/index.html b/nixos-tests/webmention-test/index.html new file mode 100644 index 0000000..d5694cd --- /dev/null +++ b/nixos-tests/webmention-test/index.html @@ -0,0 +1,17 @@ +<html> + <head> + <title>Test webmention</title> + </head> + + <body> + <article class="h-entry"> + <h1><a href="https://another.test/index.html" class="u-url u-uid p-name">Test webmention</a></h1> + <p>In reply to: <a class="u-in-reply-to" href="https://kittybox.test/posts/test-post"></p> + <p>Published on: <time class="dt-published" datetime="2023-07-22T13:49:22+0300">2023-07-22 13:49:22 MSK</time></p> + + <main class="e-content"> + <p>Hello! This is a test webmention.</p> + </main> + </article> + </body> +</html> |