Delegatid

The example below demonstrates how to delegate an OpenID to http://quiltid.wordpress.com/.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<html>
  <head>
    <title>Your Page</title>
    <link rel="openid.server" href="http://quiltid.wordpress.com/?openidserver=1" />
    <link rel="openid.delegate" href="http://quiltid.wordpress.com/" />
  </head>
  <body>
    <p>This is an OpenID.</p>
  </body>
</html>

This is an OpenID. You can also view this example as HTML or plain text.