about summary refs log tree commit diff
path: root/nixos-tests/webmention-test/index.html
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-07-22 16:23:54 +0300
committerVika <vika@fireburn.ru>2023-07-22 16:23:54 +0300
commit22e5f4894e532203c78c140895851d3c1d6c86df (patch)
treed826eb746b7aa4e7fece60416e52e01970e0e8db /nixos-tests/webmention-test/index.html
parent50c8f7d8f5f04c717ef4e72d873bf994c03efda0 (diff)
Add a NixOS test for receiving webmentions
Diffstat (limited to 'nixos-tests/webmention-test/index.html')
-rw-r--r--nixos-tests/webmention-test/index.html17
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>