about summary refs log tree commit diff
path: root/nixos-tests/webmention-test/index.html
blob: d5694cd8c7bdb6785e10b8d14cbd81151a139b93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>