Last active
June 2, 2018 19:33
-
-
Save aaronpk/c40a01bd4ffb8e62dcbb9a9e1bf0759d to your computer and use it in GitHub Desktop.
Create an HTML page on your website and copy the below HTML into it. Replace the example URL and photo, and add your name. Then visit https://2018.indieweb.org/webmention and paste the link to your page!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="h-entry"> | |
<a class="p-author h-card" href="http://example.org"> | |
<img src="http://example.org/photo.jpg" alt=""/> | |
Your Name Here</a>: | |
RSVP <span class="p-rsvp">yes</span> | |
to <a href="https://2018.indieweb.org/" class="u-in-reply-to">IndieWeb Summit</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment