Created
May 30, 2012 14:16
-
-
Save melvincarvalho/2836604 to your computer and use it in GitHub Desktop.
semantic pingback
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 characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:pingback="http://purl.org/net/pingback/"> | |
| <head> | |
| <title>Pingback Service</title> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
| </head> | |
| <body typeof="pingback:Container"> | |
| <form method="post" action=""> | |
| <p>source: <input type="text" property="pingback:source" name="source" /></p> | |
| <p>target: <input type="text" property="pingback:target" name="target" /></p> | |
| <p>comment: <input maxlength="256" type="text" name="comment" /></p> | |
| <p><input type="submit" name="submit" value="Send" /></p> | |
| </form> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment