summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId.TestWeb/htmldiscovery/html2010.aspx
blob: 9fa37389c9b612c4629b8cdebfbd68766cfd005c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Untitled Page</title>
	<link rel="openid2.provider" href="http://a/b" />
	<link rel="openid2.local_id" href="http://c/d" />
	<link rel="openid.server" href="http://e/f" />
	<link rel="openid.delegate" href="http://g/h" />
</head>
<body>
</body>
</html>