Last active
December 9, 2017 23:33
-
-
Save adactio/6575229 to your computer and use it in GitHub Desktop.
Revisions
-
adactio revised this gist
Oct 18, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ <form method="post" action="/webmention"> <p>Have you published a response to this? <label for="webmention-source">Let me know the <abbr title="Uniform Resource Locator">URL</abbr></label>: </p> <input type="url" name="source" id="webmention-source"> <input type="hidden" name="target" value="https://adactio.com/journal/6495/"> <input type="submit" value="Ping!"> </form> -
adactio created this gist
Sep 15, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <form method="post" action="/webmention.php"> <p>Have you published a response to this? <label for="webmention-source">Let me know the <abbr title="Uniform Resource Locator">URL</abbr></label>: </p> <input type="url" name="source" id="webmention-source"> <input type="hidden" name="target" value="http://adactio.com/journal/6495/"> <input type="submit" value="Ping!"> </form>